Struct xenet_packet::ipv4::Ipv4Option
source · pub struct Ipv4Option { /* private fields */ }
Expand description
Represents the IPv4 Option field.
Trait Implementations§
source§impl Clone for Ipv4Option
impl Clone for Ipv4Option
source§fn clone(&self) -> Ipv4Option
fn clone(&self) -> Ipv4Option
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
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