Struct neli::rtnl::Ndmsg

source ·
pub struct Ndmsg {
    pub ndm_family: RtAddrFamily,
    pub ndm_index: c_int,
    pub ndm_state: NudFlags,
    pub ndm_flags: NtfFlags,
    pub ndm_type: Rtn,
    pub rtattrs: RtBuffer<Nda, Buffer>,
    /* private fields */
}
Expand description

Represents an ARP (neighbor table) entry

Fields§

§ndm_family: RtAddrFamily

Address family of entry

§ndm_index: c_int

Index of entry

§ndm_state: NudFlags

State of entry

§ndm_flags: NtfFlags

Flags for entry

§ndm_type: Rtn

Type of entry

§rtattrs: RtBuffer<Nda, Buffer>

Payload of Rtattrs

Implementations§

Create a fully initialized neighbor table struct

Trait Implementations§

Formats the value using the given formatter. Read more
The type of the additional input.
Takes a byte buffer and an additional input and returns the deserialized data structure.
Return the size in bytes of the data structure header.
Size of the unpadded data structure. This will usually only be unaligned for variable length types like strings or byte buffers.
Get the size of of the payload and align it to the required netlink byte alignment.
Takes a byte buffer and serializes the data structure into it.
Pad a netlink message to the appropriate alignment.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.