Struct windows_sys::Win32::Devices::Display::ENGSAFESEMAPHORE
[−]#[repr(C)]pub struct ENGSAFESEMAPHORE {
pub hsem: HSEMAPHORE,
pub lCount: i32,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
hsem: HSEMAPHORE
lCount: i32
Trait Implementations
impl Clone for ENGSAFESEMAPHORE
impl Clone for ENGSAFESEMAPHORE
impl Copy for ENGSAFESEMAPHORE
Auto Trait Implementations
impl RefUnwindSafe for ENGSAFESEMAPHORE
impl Send for ENGSAFESEMAPHORE
impl Sync for ENGSAFESEMAPHORE
impl Unpin for ENGSAFESEMAPHORE
impl UnwindSafe for ENGSAFESEMAPHORE
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