pub struct Mtu(/* private fields */);
Expand description
The maximum transmit unit, i.e., the maximum size of an entire IP packet one link can transmit.
Implementations§
Trait Implementations§
source§impl Ord for Mtu
impl Ord for Mtu
source§impl PartialOrd for Mtu
impl PartialOrd for Mtu
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Mtu
impl Eq for Mtu
impl StructuralEq for Mtu
impl StructuralPartialEq for Mtu
Auto Trait Implementations§
impl RefUnwindSafe for Mtu
impl Send for Mtu
impl Sync for Mtu
impl Unpin for Mtu
impl UnwindSafe for Mtu
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