pub struct InterfaceInformationMessage {
pub family: u8,
pub kind: u16,
pub index: i32,
pub flags: u32,
pub change: u32,
pub attributes: Vec<Attribute>,
}Fields§
§family: u8§kind: u16§index: i32§flags: u32§change: u32§attributes: Vec<Attribute>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