Struct HSEMAPHORE
#[repr(transparent)]pub struct HSEMAPHORE(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HSEMAPHORE
impl HSEMAPHORE
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl Clone for HSEMAPHORE
impl Clone for HSEMAPHORE
§fn clone(&self) -> HSEMAPHORE
fn clone(&self) -> HSEMAPHORE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for HSEMAPHORE
impl Debug for HSEMAPHORE
§impl Free for HSEMAPHORE
impl Free for HSEMAPHORE
§impl PartialEq for HSEMAPHORE
impl PartialEq for HSEMAPHORE
impl Copy for HSEMAPHORE
impl Eq for HSEMAPHORE
impl StructuralPartialEq for HSEMAPHORE
Auto Trait Implementations§
impl Freeze for HSEMAPHORE
impl RefUnwindSafe for HSEMAPHORE
impl !Send for HSEMAPHORE
impl !Sync for HSEMAPHORE
impl Unpin for HSEMAPHORE
impl UnwindSafe for HSEMAPHORE
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