#[repr(C)]pub struct DOT11_PORT_STATE {
pub PeerMacAddress: DOT11_MAC_ADDRESS,
pub uSessionId: ULONG,
pub bPortControlled: BOOL,
pub bPortAuthorized: BOOL,
}
Fields§
§PeerMacAddress: DOT11_MAC_ADDRESS
§uSessionId: ULONG
§bPortControlled: BOOL
§bPortAuthorized: BOOL
Trait Implementations§
Source§impl Clone for DOT11_PORT_STATE
impl Clone for DOT11_PORT_STATE
Source§fn clone(&self) -> DOT11_PORT_STATE
fn clone(&self) -> DOT11_PORT_STATE
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_PORT_STATE
impl Default for DOT11_PORT_STATE
Source§fn default() -> DOT11_PORT_STATE
fn default() -> DOT11_PORT_STATE
Returns the “default value” for a type. Read more
impl Copy for DOT11_PORT_STATE
Auto Trait Implementations§
impl Freeze for DOT11_PORT_STATE
impl RefUnwindSafe for DOT11_PORT_STATE
impl Send for DOT11_PORT_STATE
impl Sync for DOT11_PORT_STATE
impl Unpin for DOT11_PORT_STATE
impl UnwindSafe for DOT11_PORT_STATE
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