pub enum InfoIpoib {
Unspec(Vec<u8>),
Pkey(u16),
Mode(u16),
UmCast(u16),
Other(DefaultNla),
}Variants§
Trait Implementations§
impl Eq for InfoIpoib
impl StructuralPartialEq for InfoIpoib
Auto Trait Implementations§
impl Freeze for InfoIpoib
impl RefUnwindSafe for InfoIpoib
impl Send for InfoIpoib
impl Sync for InfoIpoib
impl Unpin for InfoIpoib
impl UnwindSafe for InfoIpoib
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