Struct windows_sys::Win32::System::StationsAndDesktops::BSMINFO
#[repr(C)]pub struct BSMINFO {
pub cbSize: u32,
pub hdesk: HDESK,
pub hwnd: HWND,
pub luid: LUID,
}
Expand description
Required features: "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§
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