#[repr(C)]pub struct SESSION_INFO_1 {
pub sesi1_cname: LMSTR,
pub sesi1_username: LMSTR,
pub sesi1_num_opens: DWORD,
pub sesi1_time: DWORD,
pub sesi1_idle_time: DWORD,
pub sesi1_user_flags: DWORD,
}
Fields§
§sesi1_cname: LMSTR
§sesi1_username: LMSTR
§sesi1_num_opens: DWORD
§sesi1_time: DWORD
§sesi1_idle_time: DWORD
§sesi1_user_flags: DWORD
Trait Implementations§
Source§impl Clone for SESSION_INFO_1
impl Clone for SESSION_INFO_1
Source§fn clone(&self) -> SESSION_INFO_1
fn clone(&self) -> SESSION_INFO_1
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_1
impl Default for SESSION_INFO_1
Source§fn default() -> SESSION_INFO_1
fn default() -> SESSION_INFO_1
Returns the “default value” for a type. Read more
impl Copy for SESSION_INFO_1
Auto Trait Implementations§
impl Freeze for SESSION_INFO_1
impl RefUnwindSafe for SESSION_INFO_1
impl !Send for SESSION_INFO_1
impl !Sync for SESSION_INFO_1
impl Unpin for SESSION_INFO_1
impl UnwindSafe for SESSION_INFO_1
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