pub struct MtuBytes(/* private fields */);Implementations§
Trait Implementations§
impl Copy for MtuBytes
impl Eq for MtuBytes
Source§impl Ord for MtuBytes
impl Ord for MtuBytes
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for MtuBytes
impl PartialOrd for MtuBytes
impl StructuralPartialEq for MtuBytes
Auto Trait Implementations§
impl Freeze for MtuBytes
impl RefUnwindSafe for MtuBytes
impl Send for MtuBytes
impl Sync for MtuBytes
impl Unpin for MtuBytes
impl UnsafeUnpin for MtuBytes
impl UnwindSafe for MtuBytes
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