pub struct StreamFd(pub RawFd);Expand description
Raw stream descriptor owned by a session. Closed on drop.
Tuple Fields§
§0: RawFdImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamFd
impl RefUnwindSafe for StreamFd
impl Send for StreamFd
impl Sync for StreamFd
impl Unpin for StreamFd
impl UnsafeUnpin for StreamFd
impl UnwindSafe for StreamFd
Blanket Implementations§
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