Struct windows_sys::Win32::Security::Cryptography::ROOT_INFO_LUID
[−]Expand description
Required features: "Win32_Security_Cryptography"
Fields
LowPart: u32
HighPart: i32
Trait Implementations
impl Clone for ROOT_INFO_LUID
impl Clone for ROOT_INFO_LUID
impl Copy for ROOT_INFO_LUID
Auto Trait Implementations
impl RefUnwindSafe for ROOT_INFO_LUID
impl Send for ROOT_INFO_LUID
impl Sync for ROOT_INFO_LUID
impl Unpin for ROOT_INFO_LUID
impl UnwindSafe for ROOT_INFO_LUID
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