#[repr(C)]pub struct cpuinfo_tlb {
pub entries: u32,
pub associativity: u32,
pub pages: u64,
}
Fields§
§entries: u32
§associativity: u32
§pages: u64
Trait Implementations§
Source§impl Clone for cpuinfo_tlb
impl Clone for cpuinfo_tlb
Source§fn clone(&self) -> cpuinfo_tlb
fn clone(&self) -> cpuinfo_tlb
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 cpuinfo_tlb
impl Debug for cpuinfo_tlb
impl Copy for cpuinfo_tlb
Auto Trait Implementations§
impl Freeze for cpuinfo_tlb
impl RefUnwindSafe for cpuinfo_tlb
impl Send for cpuinfo_tlb
impl Sync for cpuinfo_tlb
impl Unpin for cpuinfo_tlb
impl UnwindSafe for cpuinfo_tlb
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