Union windows_sys::Win32::NetworkManagement::Ndis::NDIS_GUID_0
#[repr(C)]
pub union NDIS_GUID_0 {
pub Oid: u32,
pub Status: i32,
}
Fields§
§Oid: u32
§Status: i32
Trait Implementations§
§impl Clone for NDIS_GUID_0
impl Clone for NDIS_GUID_0
impl Copy for NDIS_GUID_0
Auto Trait Implementations§
impl RefUnwindSafe for NDIS_GUID_0
impl Send for NDIS_GUID_0
impl Sync for NDIS_GUID_0
impl Unpin for NDIS_GUID_0
impl UnwindSafe for NDIS_GUID_0
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