pub struct SemaphoreObjectClass;
Trait Implementations§
source§impl Clone for SemaphoreObjectClass
impl Clone for SemaphoreObjectClass
source§fn clone(&self) -> SemaphoreObjectClass
fn clone(&self) -> SemaphoreObjectClass
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 moresource§impl Debug for SemaphoreObjectClass
impl Debug for SemaphoreObjectClass
source§impl Hash for SemaphoreObjectClass
impl Hash for SemaphoreObjectClass
source§impl ObjectClassExt for SemaphoreObjectClass
impl ObjectClassExt for SemaphoreObjectClass
fn class() -> ObjectClass
source§impl Ord for SemaphoreObjectClass
impl Ord for SemaphoreObjectClass
source§fn cmp(&self, other: &SemaphoreObjectClass) -> Ordering
fn cmp(&self, other: &SemaphoreObjectClass) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SemaphoreObjectClass
impl PartialEq for SemaphoreObjectClass
source§fn eq(&self, other: &SemaphoreObjectClass) -> bool
fn eq(&self, other: &SemaphoreObjectClass) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SemaphoreObjectClass
impl PartialOrd for SemaphoreObjectClass
source§fn partial_cmp(&self, other: &SemaphoreObjectClass) -> Option<Ordering>
fn partial_cmp(&self, other: &SemaphoreObjectClass) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for SemaphoreObjectClass
impl Eq for SemaphoreObjectClass
impl StructuralPartialEq for SemaphoreObjectClass
Auto Trait Implementations§
impl Freeze for SemaphoreObjectClass
impl RefUnwindSafe for SemaphoreObjectClass
impl Send for SemaphoreObjectClass
impl Sync for SemaphoreObjectClass
impl Unpin for SemaphoreObjectClass
impl UnwindSafe for SemaphoreObjectClass
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