Struct win_sys::FileSystem::SESSION_INFO_10 [−][src]
#[repr(C)]pub struct SESSION_INFO_10 {
pub sesi10_cname: PWSTR,
pub sesi10_username: PWSTR,
pub sesi10_time: u32,
pub sesi10_idle_time: u32,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
sesi10_cname: PWSTRsesi10_username: PWSTRsesi10_time: u32sesi10_idle_time: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SESSION_INFO_10
impl !Send for SESSION_INFO_10
impl !Sync for SESSION_INFO_10
impl Unpin for SESSION_INFO_10
impl UnwindSafe for SESSION_INFO_10
Blanket Implementations
Mutably borrows from an owned value. Read more