pub struct IPMode(/* private fields */);Expand description
IP addressing mode for a NetworkPort (Clause 12.56).
Implementations§
Trait Implementations§
impl Copy for IPMode
impl Eq for IPMode
impl StructuralPartialEq for IPMode
Auto Trait Implementations§
impl Freeze for IPMode
impl RefUnwindSafe for IPMode
impl Send for IPMode
impl Sync for IPMode
impl Unpin for IPMode
impl UnsafeUnpin for IPMode
impl UnwindSafe for IPMode
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