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,
}Fields§
§sesi10_cname: PWSTR§sesi10_username: PWSTR§sesi10_time: u32§sesi10_idle_time: u32Trait 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§
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