#[repr(C)]pub struct BSMINFO {
pub cbSize: UINT,
pub hdesk: HDESK,
pub hwnd: HWND,
pub luid: LUID,
}
Fields§
§cbSize: UINT
§hdesk: HDESK
§hwnd: HWND
§luid: LUID
Trait Implementations§
Source§impl Ord for BSMINFO
impl Ord for BSMINFO
Source§impl PartialOrd for BSMINFO
impl PartialOrd for BSMINFO
impl Copy for BSMINFO
impl Eq for BSMINFO
impl StructuralPartialEq for BSMINFO
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