Struct lrs::netlink::route::IfInfoMsg

Syntax

struct IfInfoMsg {
    family: u8,
    ty: u16,
    index: i32,
    flags: u32,
    change: u32,
}

Fields

NameDescription
family
ty
index
flags
change

Trait implementations

NameDescription
Clone

Objects that can be duplicated.

Copy

Objects that can safely be copied via memcpy.

Eq

Objects that implement the binary == and != operators.

MaybeClone

Objects that can be duplicated.

Pod

Objects that are safe to use if they contain a random bit pattern.