pub struct Netmask { /* private fields */ }
Implementations§
Trait Implementations§
impl Copy for Netmask
impl Eq for Netmask
impl StructuralPartialEq for Netmask
Auto Trait Implementations§
impl Freeze for Netmask
impl RefUnwindSafe for Netmask
impl Send for Netmask
impl Sync for Netmask
impl Unpin for Netmask
impl UnwindSafe for Netmask
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