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