#[repr(C)]pub struct DOT11_ADDITIONAL_IE {
pub Header: NDIS_OBJECT_HEADER,
pub uBeaconIEsOffset: ULONG,
pub uBeaconIEsLength: ULONG,
pub uResponseIEsOffset: ULONG,
pub uResponseIEsLength: ULONG,
}
Fields§
§Header: NDIS_OBJECT_HEADER
§uBeaconIEsOffset: ULONG
§uBeaconIEsLength: ULONG
§uResponseIEsOffset: ULONG
§uResponseIEsLength: ULONG
Trait Implementations§
Source§impl Clone for DOT11_ADDITIONAL_IE
impl Clone for DOT11_ADDITIONAL_IE
Source§fn clone(&self) -> DOT11_ADDITIONAL_IE
fn clone(&self) -> DOT11_ADDITIONAL_IE
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_ADDITIONAL_IE
impl Default for DOT11_ADDITIONAL_IE
Source§fn default() -> DOT11_ADDITIONAL_IE
fn default() -> DOT11_ADDITIONAL_IE
Returns the “default value” for a type. Read more
impl Copy for DOT11_ADDITIONAL_IE
Auto Trait Implementations§
impl Freeze for DOT11_ADDITIONAL_IE
impl RefUnwindSafe for DOT11_ADDITIONAL_IE
impl Send for DOT11_ADDITIONAL_IE
impl Sync for DOT11_ADDITIONAL_IE
impl Unpin for DOT11_ADDITIONAL_IE
impl UnwindSafe for DOT11_ADDITIONAL_IE
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