Struct windows_sys::Win32::Security::TOKEN_CONTROL
[−]#[repr(C)]pub struct TOKEN_CONTROL {
pub TokenId: LUID,
pub AuthenticationId: LUID,
pub ModifiedId: LUID,
pub TokenSource: TOKEN_SOURCE,
}
Expand description
Required features: "Win32_Security"
, "Win32_Foundation"
Fields
TokenId: LUID
AuthenticationId: LUID
ModifiedId: LUID
TokenSource: TOKEN_SOURCE
Trait Implementations
impl Clone for TOKEN_CONTROL
impl Clone for TOKEN_CONTROL
impl Copy for TOKEN_CONTROL
Auto Trait Implementations
impl RefUnwindSafe for TOKEN_CONTROL
impl Send for TOKEN_CONTROL
impl Sync for TOKEN_CONTROL
impl Unpin for TOKEN_CONTROL
impl UnwindSafe for TOKEN_CONTROL
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