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