#[repr(C)]pub struct SESSION_INFO_2 {
pub sesi2_cname: LMSTR,
pub sesi2_username: LMSTR,
pub sesi2_num_opens: DWORD,
pub sesi2_time: DWORD,
pub sesi2_idle_time: DWORD,
pub sesi2_user_flags: DWORD,
pub sesi2_cltype_name: LMSTR,
}
Fields§
§sesi2_cname: LMSTR
§sesi2_username: LMSTR
§sesi2_num_opens: DWORD
§sesi2_time: DWORD
§sesi2_idle_time: DWORD
§sesi2_user_flags: DWORD
§sesi2_cltype_name: LMSTR
Trait Implementations§
Source§impl Clone for SESSION_INFO_2
impl Clone for SESSION_INFO_2
Source§fn clone(&self) -> SESSION_INFO_2
fn clone(&self) -> SESSION_INFO_2
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SESSION_INFO_2
impl Default for SESSION_INFO_2
Source§fn default() -> SESSION_INFO_2
fn default() -> SESSION_INFO_2
Returns the “default value” for a type. Read more
impl Copy for SESSION_INFO_2
Auto Trait Implementations§
impl Freeze for SESSION_INFO_2
impl RefUnwindSafe for SESSION_INFO_2
impl !Send for SESSION_INFO_2
impl !Sync for SESSION_INFO_2
impl Unpin for SESSION_INFO_2
impl UnwindSafe for SESSION_INFO_2
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