#[repr(C)]pub struct WINSTATIONINFORMATIONW {
pub Reserved2: [u8; 70],
pub LogonId: u32,
pub Reserved3: [u8; 1140],
}
Expand description
Required features: "Win32_System_WindowsProgramming"
Fields
Reserved2: [u8; 70]
LogonId: u32
Reserved3: [u8; 1140]
Trait Implementations
impl Clone for WINSTATIONINFORMATIONW
impl Clone for WINSTATIONINFORMATIONW
impl Copy for WINSTATIONINFORMATIONW
Auto Trait Implementations
impl RefUnwindSafe for WINSTATIONINFORMATIONW
impl Send for WINSTATIONINFORMATIONW
impl Sync for WINSTATIONINFORMATIONW
impl Unpin for WINSTATIONINFORMATIONW
impl UnwindSafe for WINSTATIONINFORMATIONW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more