pub struct MutexCreateEvent {
pub event_count: EventCount,
pub timestamp: Timestamp,
pub handle: ObjectHandle,
pub name: Option<MutexName>,
}Fields§
§event_count: EventCount§timestamp: Timestamp§handle: ObjectHandle§name: Option<MutexName>Trait Implementations§
Source§impl Clone for MutexCreateEvent
impl Clone for MutexCreateEvent
Source§fn clone(&self) -> MutexCreateEvent
fn clone(&self) -> MutexCreateEvent
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 Debug for MutexCreateEvent
impl Debug for MutexCreateEvent
Source§impl Display for MutexCreateEvent
impl Display for MutexCreateEvent
Source§impl Hash for MutexCreateEvent
impl Hash for MutexCreateEvent
Source§impl Ord for MutexCreateEvent
impl Ord for MutexCreateEvent
Source§fn cmp(&self, other: &MutexCreateEvent) -> Ordering
fn cmp(&self, other: &MutexCreateEvent) -> 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 MutexCreateEvent
impl PartialEq for MutexCreateEvent
Source§impl PartialOrd for MutexCreateEvent
impl PartialOrd for MutexCreateEvent
impl Eq for MutexCreateEvent
impl StructuralPartialEq for MutexCreateEvent
Auto Trait Implementations§
impl Freeze for MutexCreateEvent
impl RefUnwindSafe for MutexCreateEvent
impl Send for MutexCreateEvent
impl Sync for MutexCreateEvent
impl Unpin for MutexCreateEvent
impl UnwindSafe for MutexCreateEvent
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