pub struct DontRoute;Available on crate feature
socket only.Expand description
Set or get the don’t route flag.
Trait Implementations§
Source§impl GetSockOpt for DontRoute
impl GetSockOpt for DontRoute
Source§impl SetSockOpt for DontRoute
impl SetSockOpt for DontRoute
impl Copy for DontRoute
impl Eq for DontRoute
impl StructuralPartialEq for DontRoute
Auto Trait Implementations§
impl Freeze for DontRoute
Available on Unix only.
impl RefUnwindSafe for DontRoute
Available on Unix only.
impl Send for DontRoute
Available on Unix only.
impl Sync for DontRoute
Available on Unix only.
impl Unpin for DontRoute
Available on Unix only.
impl UnsafeUnpin for DontRoute
Available on Unix only.
impl UnwindSafe for DontRoute
Available on Unix only.
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.
impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.