#[repr(C)]pub struct AccessPoint {
pub station_address: Ipv6Address,
pub station_port: u16,
pub remote_address: Ipv6Address,
pub remote_port: u16,
pub active_flag: Boolean,
}
Fields§
§station_address: Ipv6Address
§station_port: u16
§remote_address: Ipv6Address
§remote_port: u16
§active_flag: Boolean
Trait Implementations§
Source§impl Clone for AccessPoint
impl Clone for AccessPoint
Source§fn clone(&self) -> AccessPoint
fn clone(&self) -> AccessPoint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AccessPoint
impl Debug for AccessPoint
impl Copy for AccessPoint
Auto Trait Implementations§
impl Freeze for AccessPoint
impl RefUnwindSafe for AccessPoint
impl Send for AccessPoint
impl Sync for AccessPoint
impl Unpin for AccessPoint
impl UnwindSafe for AccessPoint
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more