#[repr(C)]pub struct DOT11_PEER_INFO {Show 13 fields
pub MacAddress: DOT11_MAC_ADDRESS,
pub usCapabilityInformation: USHORT,
pub AuthAlgo: DOT11_AUTH_ALGORITHM,
pub UnicastCipherAlgo: DOT11_CIPHER_ALGORITHM,
pub MulticastCipherAlgo: DOT11_CIPHER_ALGORITHM,
pub bWpsEnabled: BOOLEAN,
pub usListenInterval: USHORT,
pub ucSupportedRates: [UCHAR; 255],
pub usAssociationID: USHORT,
pub AssociationState: DOT11_ASSOCIATION_STATE,
pub PowerMode: DOT11_POWER_MODE,
pub liAssociationUpTime: LARGE_INTEGER,
pub Statistics: DOT11_PEER_STATISTICS,
}
Fields§
§MacAddress: DOT11_MAC_ADDRESS
§usCapabilityInformation: USHORT
§AuthAlgo: DOT11_AUTH_ALGORITHM
§UnicastCipherAlgo: DOT11_CIPHER_ALGORITHM
§MulticastCipherAlgo: DOT11_CIPHER_ALGORITHM
§bWpsEnabled: BOOLEAN
§usListenInterval: USHORT
§ucSupportedRates: [UCHAR; 255]
§usAssociationID: USHORT
§AssociationState: DOT11_ASSOCIATION_STATE
§PowerMode: DOT11_POWER_MODE
§liAssociationUpTime: LARGE_INTEGER
§Statistics: DOT11_PEER_STATISTICS
Trait Implementations§
Source§impl Clone for DOT11_PEER_INFO
impl Clone for DOT11_PEER_INFO
Source§fn clone(&self) -> DOT11_PEER_INFO
fn clone(&self) -> DOT11_PEER_INFO
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 Default for DOT11_PEER_INFO
impl Default for DOT11_PEER_INFO
Source§fn default() -> DOT11_PEER_INFO
fn default() -> DOT11_PEER_INFO
Returns the “default value” for a type. Read more
impl Copy for DOT11_PEER_INFO
Auto Trait Implementations§
impl Freeze for DOT11_PEER_INFO
impl RefUnwindSafe for DOT11_PEER_INFO
impl Send for DOT11_PEER_INFO
impl Sync for DOT11_PEER_INFO
impl Unpin for DOT11_PEER_INFO
impl UnwindSafe for DOT11_PEER_INFO
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