#[repr(C)]
pub struct ConfigData { pub default_protocol: u8, pub accept_any_protocol: Boolean, pub accept_icmp_errors: Boolean, pub accept_promiscuous: Boolean, pub destination_address: Ipv6Address, pub station_address: Ipv6Address, pub traffic_class: u8, pub hop_limit: u8, pub flow_lable: u32, pub receive_timeout: u32, pub transmit_timeout: u32, }

Fields

default_protocol: u8accept_any_protocol: Booleanaccept_icmp_errors: Booleanaccept_promiscuous: Booleandestination_address: Ipv6Addressstation_address: Ipv6Addresstraffic_class: u8hop_limit: u8flow_lable: u32receive_timeout: u32transmit_timeout: u32

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

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.