Union windows_sys::Win32::NetworkManagement::IpHelper::NET_LUID_LH
[−]#[repr(C)]
pub union NET_LUID_LH {
pub Value: u64,
pub Info: NET_LUID_LH_0,
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
Value: u64
Info: NET_LUID_LH_0
Trait Implementations
impl Clone for NET_LUID_LH
impl Clone for NET_LUID_LH
impl Copy for NET_LUID_LH
Auto Trait Implementations
impl RefUnwindSafe for NET_LUID_LH
impl Send for NET_LUID_LH
impl Sync for NET_LUID_LH
impl Unpin for NET_LUID_LH
impl UnwindSafe for NET_LUID_LH
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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