Struct BSMINFO
#[repr(C)]pub struct BSMINFO {
pub cbSize: u32,
pub hdesk: HDESK,
pub hwnd: HWND,
pub luid: LUID,
}
Fields§
§cbSize: u32
§hdesk: HDESK
§hwnd: HWND
§luid: LUID
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BSMINFO
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