#[repr(C)]pub struct SESSION_INFO_502 {
pub sesi502_cname: LMSTR,
pub sesi502_username: LMSTR,
pub sesi502_num_opens: DWORD,
pub sesi502_time: DWORD,
pub sesi502_idle_time: DWORD,
pub sesi502_user_flags: DWORD,
pub sesi502_cltype_name: LMSTR,
pub sesi502_transport: LMSTR,
}
Fields§
§sesi502_cname: LMSTR
§sesi502_username: LMSTR
§sesi502_num_opens: DWORD
§sesi502_time: DWORD
§sesi502_idle_time: DWORD
§sesi502_user_flags: DWORD
§sesi502_cltype_name: LMSTR
§sesi502_transport: LMSTR
Trait Implementations§
Source§impl Clone for SESSION_INFO_502
impl Clone for SESSION_INFO_502
Source§fn clone(&self) -> SESSION_INFO_502
fn clone(&self) -> SESSION_INFO_502
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_502
impl Default for SESSION_INFO_502
Source§fn default() -> SESSION_INFO_502
fn default() -> SESSION_INFO_502
Returns the “default value” for a type. Read more
impl Copy for SESSION_INFO_502
Auto Trait Implementations§
impl Freeze for SESSION_INFO_502
impl RefUnwindSafe for SESSION_INFO_502
impl !Send for SESSION_INFO_502
impl !Sync for SESSION_INFO_502
impl Unpin for SESSION_INFO_502
impl UnwindSafe for SESSION_INFO_502
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