#[repr(C)]pub struct LSA_TOKEN_INFORMATION_NULL {
pub ExpirationTime: i64,
pub Groups: *mut TOKEN_GROUPS,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
ExpirationTime: i64
Groups: *mut TOKEN_GROUPS
Trait Implementations
impl Clone for LSA_TOKEN_INFORMATION_NULL
impl Clone for LSA_TOKEN_INFORMATION_NULL
impl Copy for LSA_TOKEN_INFORMATION_NULL
Auto Trait Implementations
impl RefUnwindSafe for LSA_TOKEN_INFORMATION_NULL
impl !Send for LSA_TOKEN_INFORMATION_NULL
impl !Sync for LSA_TOKEN_INFORMATION_NULL
impl Unpin for LSA_TOKEN_INFORMATION_NULL
impl UnwindSafe for LSA_TOKEN_INFORMATION_NULL
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