Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_GUID
[−]#[repr(C)]pub struct NDIS_GUID {
pub Guid: GUID,
pub Anonymous: NDIS_GUID_0,
pub Size: u32,
pub Flags: u32,
}
Expand description
Required features: ‘Win32_NetworkManagement_Ndis’
Fields
Guid: GUID
Anonymous: NDIS_GUID_0
Size: u32
Flags: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NDIS_GUID
impl Send for NDIS_GUID
impl Sync for NDIS_GUID
impl Unpin for NDIS_GUID
impl UnwindSafe for NDIS_GUID
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