Enum ospf_parser::Ospfv3Packet[][src]

pub enum Ospfv3Packet {
    Hello(OspfHellov3Packet),
    DatabaseDescription(Ospfv3DatabaseDescriptionPacket),
    LinkStateRequest(Ospfv3LinkStateRequestPacket),
    LinkStateUpdate(Ospfv3LinkStateUpdatePacket),
    LinkStateAcknowledgment(Ospfv3LinkStateAcknowledgmentPacket),
}
Expand description

An OSPF version 3 packet

Variants

Tuple Fields of Hello

0: OspfHellov3Packet
DatabaseDescription(Ospfv3DatabaseDescriptionPacket)

Tuple Fields of DatabaseDescription

0: Ospfv3DatabaseDescriptionPacket

Tuple Fields of LinkStateRequest

0: Ospfv3LinkStateRequestPacket

Tuple Fields of LinkStateUpdate

0: Ospfv3LinkStateUpdatePacket
LinkStateAcknowledgment(Ospfv3LinkStateAcknowledgmentPacket)

Tuple Fields of LinkStateAcknowledgment

0: Ospfv3LinkStateAcknowledgmentPacket

Trait Implementations

Formats the value using the given formatter. Read more

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 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.