pub struct Ipv4Option { /* private fields */ }Expand description
Represents the IPv4 Option field.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ipv4Option
impl RefUnwindSafe for Ipv4Option
impl Send for Ipv4Option
impl Sync for Ipv4Option
impl Unpin for Ipv4Option
impl UnwindSafe for Ipv4Option
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