Struct windows_sys::Win32::System::StationsAndDesktops::BSMINFO
[−]Expand description
Required features: "Win32_System_StationsAndDesktops"
, "Win32_Foundation"
Fields
cbSize: u32
hdesk: HDESK
hwnd: HWND
luid: LUID
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BSMINFO
impl Send for BSMINFO
impl Sync for BSMINFO
impl Unpin for BSMINFO
impl UnwindSafe for BSMINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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