#[repr(C)]pub struct InfoMessage {
pub family: u8,
pub _pad: u8,
pub ifi_type: u16,
pub index: i32,
pub flags: u32,
pub change: u32,
}Fields§
§family: u8§_pad: u8§ifi_type: u16§index: i32§flags: u32§change: u32Implementations§
Source§impl InfoMessage
impl InfoMessage
Trait Implementations§
Source§impl Clone for InfoMessage
impl Clone for InfoMessage
Source§fn clone(&self) -> InfoMessage
fn clone(&self) -> InfoMessage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InfoMessage
Source§impl Debug for InfoMessage
impl Debug for InfoMessage
Source§impl Default for InfoMessage
impl Default for InfoMessage
Source§fn default() -> InfoMessage
fn default() -> InfoMessage
Returns the “default value” for a type. Read more
Source§impl NetlinkRequestData for InfoMessage
impl NetlinkRequestData for InfoMessage
Auto Trait Implementations§
impl Freeze for InfoMessage
impl RefUnwindSafe for InfoMessage
impl Send for InfoMessage
impl Sync for InfoMessage
impl Unpin for InfoMessage
impl UnsafeUnpin for InfoMessage
impl UnwindSafe for InfoMessage
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