Struct LUID_AND_ATTRIBUTES
#[repr(C)]pub struct LUID_AND_ATTRIBUTES {
pub Luid: LUID,
pub Attributes: TOKEN_PRIVILEGES_ATTRIBUTES,
}
Fields§
§Luid: LUID
§Attributes: TOKEN_PRIVILEGES_ATTRIBUTES
Trait Implementations§
§impl Clone for LUID_AND_ATTRIBUTES
impl Clone for LUID_AND_ATTRIBUTES
§fn clone(&self) -> LUID_AND_ATTRIBUTES
fn clone(&self) -> LUID_AND_ATTRIBUTES
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 moreimpl Copy for LUID_AND_ATTRIBUTES
Auto Trait Implementations§
impl Freeze for LUID_AND_ATTRIBUTES
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§
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