Struct windows_sys::Wdk::System::SystemServices::KSEMAPHORE
#[repr(C)]pub struct KSEMAPHORE {
pub Header: DISPATCHER_HEADER,
pub Limit: i32,
}
Expand description
Required features: "Wdk_Foundation"
, "Win32_Foundation"
, "Win32_System_Kernel"
Fields§
§Header: DISPATCHER_HEADER
§Limit: i32
Trait Implementations§
§impl Clone for KSEMAPHORE
impl Clone for KSEMAPHORE
impl Copy for KSEMAPHORE
Auto Trait Implementations§
impl RefUnwindSafe for KSEMAPHORE
impl !Send for KSEMAPHORE
impl !Sync for KSEMAPHORE
impl Unpin for KSEMAPHORE
impl UnwindSafe for KSEMAPHORE
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