Struct ospf_parser::OspfLinkStateRequest[][src]

pub struct OspfLinkStateRequest {
    pub link_state_type: u32,
    pub link_state_id: u32,
    pub advertising_router: u32,
}

Fields

link_state_type: u32link_state_id: u32advertising_router: u32

Implementations

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.