#[repr(C)]
pub struct SESSION_INFO_2 { pub sesi2_cname: PWSTR, pub sesi2_username: PWSTR, pub sesi2_num_opens: u32, pub sesi2_time: u32, pub sesi2_idle_time: u32, pub sesi2_user_flags: SESSION_INFO_USER_FLAGS, pub sesi2_cltype_name: PWSTR, }
Expand description

Required features: "Win32_Storage_FileSystem"

Fields

sesi2_cname: PWSTRsesi2_username: PWSTRsesi2_num_opens: u32sesi2_time: u32sesi2_idle_time: u32sesi2_user_flags: SESSION_INFO_USER_FLAGSsesi2_cltype_name: PWSTR

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.