struct ArcAsFd(Arc<OwnedFd>);
Tuple Fields§
§0: Arc<OwnedFd>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArcAsFd
impl RefUnwindSafe for ArcAsFd
impl Send for ArcAsFd
impl Sync for ArcAsFd
impl Unpin for ArcAsFd
impl UnwindSafe for ArcAsFd
Blanket Implementations§
source§impl<T> AsSource for Twhere
T: AsFd,
impl<T> AsSource for Twhere
T: AsFd,
source§fn source(&self) -> BorrowedFd<'_>
fn source(&self) -> BorrowedFd<'_>
Returns the borrowed file descriptor.
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more