pub struct HlcSlot {
pub pid: AtomicU32,
pub physical_us: AtomicU64,
pub logical: AtomicU64,
pub last_updated_us: AtomicU64,
/* private fields */
}Fields§
§pid: AtomicU32§physical_us: AtomicU64§logical: AtomicU64§last_updated_us: AtomicU64Auto Trait Implementations§
impl !Freeze for HlcSlot
impl RefUnwindSafe for HlcSlot
impl Send for HlcSlot
impl Sync for HlcSlot
impl Unpin for HlcSlot
impl UnsafeUnpin for HlcSlot
impl UnwindSafe for HlcSlot
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