Struct ospf_parser::Ospfv3IPv6AddressPrefix[][src]

pub struct Ospfv3IPv6AddressPrefix {
    pub prefix_length: u8,
    pub prefix_options: u8,
    pub reserved: u16,
    pub address_prefix: Vec<u8>,
}

Fields

prefix_length: u8prefix_options: u8reserved: u16address_prefix: Vec<u8>

Trait Implementations

Formats the value using the given formatter. Read more

Parse input as Big-Endian

Parse input as Little-Endian

Parse input, not knowing the endianness 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.