#[repr(C)]pub struct LSA_TOKEN_INFORMATION_NULL {
pub ExpirationTime: LARGE_INTEGER,
pub Groups: PTOKEN_GROUPS,
}
Fields§
§ExpirationTime: LARGE_INTEGER
§Groups: PTOKEN_GROUPS
Trait Implementations§
Source§impl Clone for LSA_TOKEN_INFORMATION_NULL
impl Clone for LSA_TOKEN_INFORMATION_NULL
Source§fn clone(&self) -> LSA_TOKEN_INFORMATION_NULL
fn clone(&self) -> LSA_TOKEN_INFORMATION_NULL
Returns a duplicate 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 moreSource§impl Default for LSA_TOKEN_INFORMATION_NULL
impl Default for LSA_TOKEN_INFORMATION_NULL
Source§fn default() -> LSA_TOKEN_INFORMATION_NULL
fn default() -> LSA_TOKEN_INFORMATION_NULL
Returns the “default value” for a type. Read more
impl Copy for LSA_TOKEN_INFORMATION_NULL
Auto Trait Implementations§
impl Freeze for LSA_TOKEN_INFORMATION_NULL
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§
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