Struct ntapi::ntpsapi::SILO_USER_SHARED_DATA
source · [−]#[repr(C)]pub struct SILO_USER_SHARED_DATA {
pub ServiceSessionId: ULONG64,
pub ActiveConsoleId: ULONG,
pub ConsoleSessionForegroundProcessId: LONGLONG,
pub NtProductType: NT_PRODUCT_TYPE,
pub SuiteMask: ULONG,
pub SharedUserSessionId: ULONG,
pub IsMultiSessionSku: BOOLEAN,
pub NtSystemRoot: [WCHAR; 260],
pub UserModeGlobalLogger: [USHORT; 16],
}
Fields
ServiceSessionId: ULONG64
ActiveConsoleId: ULONG
ConsoleSessionForegroundProcessId: LONGLONG
NtProductType: NT_PRODUCT_TYPE
SuiteMask: ULONG
IsMultiSessionSku: BOOLEAN
NtSystemRoot: [WCHAR; 260]
UserModeGlobalLogger: [USHORT; 16]
Trait Implementations
sourceimpl Clone for SILO_USER_SHARED_DATA
impl Clone for SILO_USER_SHARED_DATA
sourcefn clone(&self) -> SILO_USER_SHARED_DATA
fn clone(&self) -> SILO_USER_SHARED_DATA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for SILO_USER_SHARED_DATA
Auto Trait Implementations
impl RefUnwindSafe for SILO_USER_SHARED_DATA
impl Send for SILO_USER_SHARED_DATA
impl Sync for SILO_USER_SHARED_DATA
impl Unpin for SILO_USER_SHARED_DATA
impl UnwindSafe for SILO_USER_SHARED_DATA
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