Expand description
Required features: ‘Win32_NetworkManagement_WiFi’
Fields
PeerMacAddr: [u8; 6]
ucLinkQuality: u8
Trait Implementations
impl Clone for DOT11_LINK_QUALITY_ENTRY
impl Clone for DOT11_LINK_QUALITY_ENTRY
impl Copy for DOT11_LINK_QUALITY_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for DOT11_LINK_QUALITY_ENTRY
impl Send for DOT11_LINK_QUALITY_ENTRY
impl Sync for DOT11_LINK_QUALITY_ENTRY
impl Unpin for DOT11_LINK_QUALITY_ENTRY
impl UnwindSafe for DOT11_LINK_QUALITY_ENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more