pub struct BaseEvent {
pub code: EventCode,
pub event_count: EventCount,
pub timestamp: Timestamp,
/* private fields */
}
Fields§
§code: EventCode
§event_count: EventCount
§timestamp: Timestamp
Implementations§
Trait Implementations§
source§impl Ord for BaseEvent
impl Ord for BaseEvent
source§impl PartialEq for BaseEvent
impl PartialEq for BaseEvent
source§impl PartialOrd for BaseEvent
impl PartialOrd for BaseEvent
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 Eq for BaseEvent
impl StructuralPartialEq for BaseEvent
Auto Trait Implementations§
impl Freeze for BaseEvent
impl RefUnwindSafe for BaseEvent
impl Send for BaseEvent
impl Sync for BaseEvent
impl Unpin for BaseEvent
impl UnwindSafe for BaseEvent
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