Struct windows_sys::Win32::Storage::FileSystem::SESSION_INFO_10
[−]#[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’
Fields
sesi10_cname: PWSTR
sesi10_username: PWSTR
sesi10_time: u32
sesi10_idle_time: u32
Trait Implementations
impl Clone for SESSION_INFO_10
impl Clone for SESSION_INFO_10
impl Copy for SESSION_INFO_10
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more