#[repr(C)]pub struct NET_LUID_LH {
pub Value: ULONG64,
}
Fields§
§Value: ULONG64
Implementations§
Source§impl NET_LUID_LH
impl NET_LUID_LH
pub fn Reserved(&self) -> ULONG64
pub fn set_Reserved(&mut self, val: ULONG64)
pub fn NetLuidIndex(&self) -> ULONG64
pub fn set_NetLuidIndex(&mut self, val: ULONG64)
pub fn IfType(&self) -> ULONG64
pub fn set_IfType(&mut self, val: ULONG64)
Trait Implementations§
Source§impl Clone for NET_LUID_LH
impl Clone for NET_LUID_LH
Source§fn clone(&self) -> NET_LUID_LH
fn clone(&self) -> NET_LUID_LH
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for NET_LUID_LH
impl Default for NET_LUID_LH
Source§fn default() -> NET_LUID_LH
fn default() -> NET_LUID_LH
Returns the “default value” for a type. Read more
impl Copy for NET_LUID_LH
Auto Trait Implementations§
impl Freeze for NET_LUID_LH
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§
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