Struct windows_sys::Win32::Security::LUID_AND_ATTRIBUTES
[−]#[repr(C)]pub struct LUID_AND_ATTRIBUTES {
pub Luid: LUID,
pub Attributes: TOKEN_PRIVILEGES_ATTRIBUTES,
}
Expand description
Required features: ‘Win32_Security’, ‘Win32_Foundation’
Fields
Luid: LUID
Attributes: TOKEN_PRIVILEGES_ATTRIBUTES
Trait Implementations
impl Clone for LUID_AND_ATTRIBUTES
impl Clone for LUID_AND_ATTRIBUTES
impl Copy for LUID_AND_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for LUID_AND_ATTRIBUTES
impl Send for LUID_AND_ATTRIBUTES
impl Sync for LUID_AND_ATTRIBUTES
impl Unpin for LUID_AND_ATTRIBUTES
impl UnwindSafe for LUID_AND_ATTRIBUTES
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