Struct windows_native::ntpsapi::SILO_USER_SHARED_DATA
source ยท #[repr(C)]pub struct SILO_USER_SHARED_DATA {Show 14 fields
pub ServiceSessionId: u32,
pub ActiveConsoleId: u32,
pub ConsoleSessionForegroundProcessId: i64,
pub NtProductType: NT_PRODUCT_TYPE,
pub SuiteMask: u32,
pub SharedUserSessionId: u32,
pub IsMultiSessionSku: BOOLEAN,
pub NtSystemRoot: [u16; 260],
pub UserModeGlobalLogger: [u16; 16],
pub TimeZoneId: u32,
pub TimeZoneBiasStamp: i32,
pub TimeZoneBias: KSYSTEM_TIME,
pub TimeZoneBiasEffectiveStart: i64,
pub TimeZoneBiasEffectiveEnd: i64,
}Fieldsยง
ยงServiceSessionId: u32ยงActiveConsoleId: u32ยงConsoleSessionForegroundProcessId: i64ยงNtProductType: NT_PRODUCT_TYPEยงSuiteMask: u32ยงIsMultiSessionSku: BOOLEANยงNtSystemRoot: [u16; 260]ยงUserModeGlobalLogger: [u16; 16]ยงTimeZoneId: u32ยงTimeZoneBiasStamp: i32ยงTimeZoneBias: KSYSTEM_TIMEยงTimeZoneBiasEffectiveStart: i64ยงTimeZoneBiasEffectiveEnd: i64Trait Implementationsยง
sourceยงimpl Debug for SILO_USER_SHARED_DATA
impl Debug 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ยง
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