#[repr(C)]pub struct CachedStats {
pub id: ObjID,
pub start: Instant,
pub flags: MapFlags,
}
Fields§
§id: ObjID
§start: Instant
§flags: MapFlags
Trait Implementations§
Source§impl Clone for CachedStats
impl Clone for CachedStats
Source§fn clone(&self) -> CachedStats
fn clone(&self) -> CachedStats
Returns a copy 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 CachedStats
impl Debug for CachedStats
impl Copy for CachedStats
Auto Trait Implementations§
impl Crossing for CachedStats
impl Freeze for CachedStats
impl ObjSafe for CachedStats
impl RefUnwindSafe for CachedStats
impl Send for CachedStats
impl Sync for CachedStats
impl Unpin for CachedStats
impl UnwindSafe for CachedStats
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