Struct windows_sys::Win32::NetworkManagement::IpHelper::NET_LUID_LH_0
[−]#[repr(C)]pub struct NET_LUID_LH_0 {
pub _bitfield: u64,
}
Expand description
Required features: ‘Win32_NetworkManagement_IpHelper’
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 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