pub struct InterfaceInformationMessage {
pub family: u8,
pub kind: u16,
pub index: i32,
pub flags: u32,
pub change: u32,
pub attributes: Vec<Attribute>,
}Expand description
Interface information message
Used to get information aabout a network interface
Fields§
§family: u8Message family
kind: u16Message type
index: i32Message index
flags: u32Message flags
change: u32Message change
attributes: Vec<Attribute>Message attributes
Implementations§
Auto Trait Implementations§
impl Freeze for InterfaceInformationMessage
impl RefUnwindSafe for InterfaceInformationMessage
impl Send for InterfaceInformationMessage
impl Sync for InterfaceInformationMessage
impl Unpin for InterfaceInformationMessage
impl UnwindSafe for InterfaceInformationMessage
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