Struct windows_sys::Win32::NetworkManagement::Ndis::NET_LUID_LH_0
[−]#[repr(C)]pub struct NET_LUID_LH_0 {
pub _bitfield: u64,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
_bitfield: u64
Trait Implementations
impl Clone for NET_LUID_LH_0
impl Clone for NET_LUID_LH_0
impl Copy for NET_LUID_LH_0
Auto Trait Implementations
impl RefUnwindSafe for NET_LUID_LH_0
impl Send for NET_LUID_LH_0
impl Sync for NET_LUID_LH_0
impl Unpin for NET_LUID_LH_0
impl UnwindSafe for NET_LUID_LH_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more