pub enum Inet {
DevConf(Vec<u8>),
Unspec(Vec<u8>),
Other(DefaultNla),
}
Variants
DevConf(Vec<u8>)
Unspec(Vec<u8>)
Other(DefaultNla)
Trait Implementations
impl Eq for Inet
impl StructuralEq for Inet
impl StructuralPartialEq for Inet
Auto Trait Implementations
impl RefUnwindSafe for Inet
impl Send for Inet
impl Sync for Inet
impl Unpin for Inet
impl UnwindSafe for Inet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more