pub struct HlcSlotSnapshot {
pub pid: u32,
pub hlc: Hlc,
pub last_updated_us: u64,
}Fields§
§pid: u32§hlc: Hlc§last_updated_us: u64Trait Implementations§
Source§impl Clone for HlcSlotSnapshot
impl Clone for HlcSlotSnapshot
Source§fn clone(&self) -> HlcSlotSnapshot
fn clone(&self) -> HlcSlotSnapshot
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 HlcSlotSnapshot
Source§impl Debug for HlcSlotSnapshot
impl Debug for HlcSlotSnapshot
impl Eq for HlcSlotSnapshot
Source§impl PartialEq for HlcSlotSnapshot
impl PartialEq for HlcSlotSnapshot
impl StructuralPartialEq for HlcSlotSnapshot
Auto Trait Implementations§
impl Freeze for HlcSlotSnapshot
impl RefUnwindSafe for HlcSlotSnapshot
impl Send for HlcSlotSnapshot
impl Sync for HlcSlotSnapshot
impl Unpin for HlcSlotSnapshot
impl UnsafeUnpin for HlcSlotSnapshot
impl UnwindSafe for HlcSlotSnapshot
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