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