pub enum SoDirection {
Receive,
Send,
}
Expand description
Socket direction
Variants§
Auto Trait Implementations§
impl Freeze for SoDirection
impl RefUnwindSafe for SoDirection
impl Send for SoDirection
impl Sync for SoDirection
impl Unpin for SoDirection
impl UnwindSafe for SoDirection
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