#[repr(C)]pub struct WLAN_RAW_DATA_LIST_DataList {
pub dwDataOffset: DWORD,
pub dwDataSize: DWORD,
}
Fields§
§dwDataOffset: DWORD
§dwDataSize: DWORD
Trait Implementations§
Source§impl Clone for WLAN_RAW_DATA_LIST_DataList
impl Clone for WLAN_RAW_DATA_LIST_DataList
Source§fn clone(&self) -> WLAN_RAW_DATA_LIST_DataList
fn clone(&self) -> WLAN_RAW_DATA_LIST_DataList
Returns a copy 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 WLAN_RAW_DATA_LIST_DataList
impl Default for WLAN_RAW_DATA_LIST_DataList
Source§fn default() -> WLAN_RAW_DATA_LIST_DataList
fn default() -> WLAN_RAW_DATA_LIST_DataList
Returns the “default value” for a type. Read more
impl Copy for WLAN_RAW_DATA_LIST_DataList
Auto Trait Implementations§
impl Freeze for WLAN_RAW_DATA_LIST_DataList
impl RefUnwindSafe for WLAN_RAW_DATA_LIST_DataList
impl Send for WLAN_RAW_DATA_LIST_DataList
impl Sync for WLAN_RAW_DATA_LIST_DataList
impl Unpin for WLAN_RAW_DATA_LIST_DataList
impl UnwindSafe for WLAN_RAW_DATA_LIST_DataList
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