#[repr(C)]
pub struct AccessPoint { pub use_default_address: Boolean, pub station_address: Ipv4Address, pub subnet_mask: Ipv4Address, pub station_port: u16, pub remote_address: Ipv4Address, pub remote_port: u16, pub active_flag: Boolean, }

Fields

use_default_address: Booleanstation_address: Ipv4Addresssubnet_mask: Ipv4Addressstation_port: u16remote_address: Ipv4Addressremote_port: u16active_flag: Boolean

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

Returns the “default value” for a type. 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.