#[repr(C)]
pub struct SESSION_INFO_502 { pub sesi502_cname: PWSTR, pub sesi502_username: PWSTR, pub sesi502_num_opens: u32, pub sesi502_time: u32, pub sesi502_idle_time: u32, pub sesi502_user_flags: SESSION_INFO_USER_FLAGS, pub sesi502_cltype_name: PWSTR, pub sesi502_transport: PWSTR, }
Expand description

Required features: "Win32_Storage_FileSystem"

Fields§

§sesi502_cname: PWSTR§sesi502_username: PWSTR§sesi502_num_opens: u32§sesi502_time: u32§sesi502_idle_time: u32§sesi502_user_flags: SESSION_INFO_USER_FLAGS§sesi502_cltype_name: PWSTR§sesi502_transport: 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.