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