Struct windows::Wdk::NetworkManagement::Ndis::CO_SAP
#[repr(C)]pub struct CO_SAP {
pub SapType: u32,
pub SapLength: u32,
pub Sap: [u8; 1],
}
Fields§
§SapType: u32
§SapLength: u32
§Sap: [u8; 1]
Trait Implementations§
impl Copy for CO_SAP
impl Eq for CO_SAP
impl StructuralPartialEq for CO_SAP
Auto Trait Implementations§
impl Freeze for CO_SAP
impl RefUnwindSafe for CO_SAP
impl Send for CO_SAP
impl Sync for CO_SAP
impl Unpin for CO_SAP
impl UnwindSafe for CO_SAP
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)