#[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: BooleanTrait Implementations
sourceimpl Clone for AccessPoint
impl Clone for AccessPoint
sourcefn clone(&self) -> AccessPoint
fn clone(&self) -> AccessPoint
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AccessPoint
impl Debug for AccessPoint
sourceimpl Default for AccessPoint
impl Default for AccessPoint
sourcefn default() -> AccessPoint
fn default() -> AccessPoint
Returns the “default value” for a type. Read more
impl Copy for AccessPoint
Auto Trait Implementations
impl RefUnwindSafe for AccessPoint
impl Send for AccessPoint
impl Sync for AccessPoint
impl Unpin for AccessPoint
impl UnwindSafe for AccessPoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more