#[repr(C)]pub struct tlb_t {
pub tlbHits: size_t,
pub tlbMisses: size_t,
}Fields§
§tlbHits: size_t§tlbMisses: size_tTrait Implementations§
impl Copy for tlb_t
Auto Trait Implementations§
impl Freeze for tlb_t
impl RefUnwindSafe for tlb_t
impl Send for tlb_t
impl Sync for tlb_t
impl Unpin for tlb_t
impl UnwindSafe for tlb_t
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