#[repr(C)]pub struct tlb_t {
pub tlbHits: u32,
pub tlbMisses: u32,
}Fields§
§tlbHits: u32§tlbMisses: u32Trait 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