#[repr(C)]pub struct SemaphoreO {
pub opaque: u64,
}
Fields§
§opaque: u64
Trait Implementations§
Source§impl Clone for SemaphoreO
impl Clone for SemaphoreO
Source§fn clone(&self) -> SemaphoreO
fn clone(&self) -> SemaphoreO
Returns a duplicate 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 moreSource§impl Default for SemaphoreO
impl Default for SemaphoreO
Source§fn default() -> SemaphoreO
fn default() -> SemaphoreO
Returns the “default value” for a type. Read more
impl Copy for SemaphoreO
Auto Trait Implementations§
impl Freeze for SemaphoreO
impl RefUnwindSafe for SemaphoreO
impl Send for SemaphoreO
impl Sync for SemaphoreO
impl Unpin for SemaphoreO
impl UnwindSafe for SemaphoreO
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