Enum netlink_packet_route::rtnl::RtnlMessage[][src]

pub enum RtnlMessage {
Show 36 variants NewLink(LinkMessage), DelLink(LinkMessage), GetLink(LinkMessage), SetLink(LinkMessage), NewLinkProp(LinkMessage), DelLinkProp(LinkMessage), NewAddress(AddressMessage), DelAddress(AddressMessage), GetAddress(AddressMessage), NewNeighbour(NeighbourMessage), GetNeighbour(NeighbourMessage), DelNeighbour(NeighbourMessage), NewNeighbourTable(NeighbourTableMessage), GetNeighbourTable(NeighbourTableMessage), SetNeighbourTable(NeighbourTableMessage), NewRoute(RouteMessage), DelRoute(RouteMessage), GetRoute(RouteMessage), NewQueueDiscipline(TcMessage), DelQueueDiscipline(TcMessage), GetQueueDiscipline(TcMessage), NewTrafficClass(TcMessage), DelTrafficClass(TcMessage), GetTrafficClass(TcMessage), NewTrafficFilter(TcMessage), DelTrafficFilter(TcMessage), GetTrafficFilter(TcMessage), NewTrafficChain(TcMessage), DelTrafficChain(TcMessage), GetTrafficChain(TcMessage), NewNsId(NsidMessage), DelNsId(NsidMessage), GetNsId(NsidMessage), NewRule(RuleMessage), DelRule(RuleMessage), GetRule(RuleMessage),
}

Variants

Tuple Fields of NewLink

0: LinkMessage

Tuple Fields of DelLink

0: LinkMessage

Tuple Fields of GetLink

0: LinkMessage

Tuple Fields of SetLink

0: LinkMessage
NewLinkProp(LinkMessage)

Tuple Fields of NewLinkProp

0: LinkMessage
DelLinkProp(LinkMessage)

Tuple Fields of DelLinkProp

0: LinkMessage
NewAddress(AddressMessage)

Tuple Fields of NewAddress

0: AddressMessage
DelAddress(AddressMessage)

Tuple Fields of DelAddress

0: AddressMessage
GetAddress(AddressMessage)

Tuple Fields of GetAddress

0: AddressMessage
NewNeighbour(NeighbourMessage)

Tuple Fields of NewNeighbour

0: NeighbourMessage
GetNeighbour(NeighbourMessage)

Tuple Fields of GetNeighbour

0: NeighbourMessage
DelNeighbour(NeighbourMessage)

Tuple Fields of DelNeighbour

0: NeighbourMessage
NewNeighbourTable(NeighbourTableMessage)

Tuple Fields of NewNeighbourTable

0: NeighbourTableMessage
GetNeighbourTable(NeighbourTableMessage)

Tuple Fields of GetNeighbourTable

0: NeighbourTableMessage
SetNeighbourTable(NeighbourTableMessage)

Tuple Fields of SetNeighbourTable

0: NeighbourTableMessage
NewRoute(RouteMessage)

Tuple Fields of NewRoute

0: RouteMessage
DelRoute(RouteMessage)

Tuple Fields of DelRoute

0: RouteMessage
GetRoute(RouteMessage)

Tuple Fields of GetRoute

0: RouteMessage
NewQueueDiscipline(TcMessage)

Tuple Fields of NewQueueDiscipline

0: TcMessage
DelQueueDiscipline(TcMessage)

Tuple Fields of DelQueueDiscipline

0: TcMessage
GetQueueDiscipline(TcMessage)

Tuple Fields of GetQueueDiscipline

0: TcMessage
NewTrafficClass(TcMessage)

Tuple Fields of NewTrafficClass

0: TcMessage
DelTrafficClass(TcMessage)

Tuple Fields of DelTrafficClass

0: TcMessage
GetTrafficClass(TcMessage)

Tuple Fields of GetTrafficClass

0: TcMessage
NewTrafficFilter(TcMessage)

Tuple Fields of NewTrafficFilter

0: TcMessage
DelTrafficFilter(TcMessage)

Tuple Fields of DelTrafficFilter

0: TcMessage
GetTrafficFilter(TcMessage)

Tuple Fields of GetTrafficFilter

0: TcMessage
NewTrafficChain(TcMessage)

Tuple Fields of NewTrafficChain

0: TcMessage
DelTrafficChain(TcMessage)

Tuple Fields of DelTrafficChain

0: TcMessage
GetTrafficChain(TcMessage)

Tuple Fields of GetTrafficChain

0: TcMessage
NewNsId(NsidMessage)

Tuple Fields of NewNsId

0: NsidMessage
DelNsId(NsidMessage)

Tuple Fields of DelNsId

0: NsidMessage
GetNsId(NsidMessage)

Tuple Fields of GetNsId

0: NsidMessage
NewRule(RuleMessage)

Tuple Fields of NewRule

0: RuleMessage
DelRule(RuleMessage)

Tuple Fields of DelRule

0: RuleMessage
GetRule(RuleMessage)

Tuple Fields of GetRule

0: RuleMessage

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Return the length of the serialized data.

Serialize this types and write the serialized data into the given buffer. Read more

Performs the conversion.

Deserialize the given buffer into T.

Return the length of the serialized data. Read more

Serialize this types and write the serialized data into the given buffer. buffer’s length is exactly InnerMessage::buffer_len(). It means that if InnerMessage::buffer_len() is buggy and does not return the appropriate length, bad things can happen: Read more

Deserialize the current type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.