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