pub enum LinkMtuDiscovery {
Enabled,
Disabled,
}Variants§
Trait Implementations§
Source§impl Clone for LinkMtuDiscovery
impl Clone for LinkMtuDiscovery
Source§fn clone(&self) -> LinkMtuDiscovery
fn clone(&self) -> LinkMtuDiscovery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LinkMtuDiscovery
Source§impl Debug for LinkMtuDiscovery
impl Debug for LinkMtuDiscovery
impl Eq for LinkMtuDiscovery
Source§impl PartialEq for LinkMtuDiscovery
impl PartialEq for LinkMtuDiscovery
impl StructuralPartialEq for LinkMtuDiscovery
Auto Trait Implementations§
impl Freeze for LinkMtuDiscovery
impl RefUnwindSafe for LinkMtuDiscovery
impl Send for LinkMtuDiscovery
impl Sync for LinkMtuDiscovery
impl Unpin for LinkMtuDiscovery
impl UnsafeUnpin for LinkMtuDiscovery
impl UnwindSafe for LinkMtuDiscovery
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