pub struct IpMtu;
Expand description
Fetch the current system-estimated Path MTU.
Trait Implementations§
source§impl GetSockOpt for IpMtu
impl GetSockOpt for IpMtu
impl Copy for IpMtu
impl Eq for IpMtu
impl StructuralPartialEq for IpMtu
Auto Trait Implementations§
impl Freeze for IpMtu
impl RefUnwindSafe for IpMtu
impl Send for IpMtu
impl Sync for IpMtu
impl Unpin for IpMtu
impl UnwindSafe for IpMtu
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)