pub struct EventPosition(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for EventPosition
impl Clone for EventPosition
Source§fn clone(&self) -> EventPosition
fn clone(&self) -> EventPosition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventPosition
Source§impl Debug for EventPosition
impl Debug for EventPosition
Source§impl Display for EventPosition
impl Display for EventPosition
impl Eq for EventPosition
Source§impl Hash for EventPosition
impl Hash for EventPosition
Source§impl Ord for EventPosition
impl Ord for EventPosition
Source§fn cmp(&self, other: &EventPosition) -> Ordering
fn cmp(&self, other: &EventPosition) -> Ordering
1.21.0 (const: unstable) · 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 EventPosition
impl PartialEq for EventPosition
Source§impl PartialOrd for EventPosition
impl PartialOrd for EventPosition
impl StructuralPartialEq for EventPosition
Auto Trait Implementations§
impl Freeze for EventPosition
impl RefUnwindSafe for EventPosition
impl Send for EventPosition
impl Sync for EventPosition
impl Unpin for EventPosition
impl UnsafeUnpin for EventPosition
impl UnwindSafe for EventPosition
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