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