#[repr(C)]pub struct cpuinfo_processor__bindgen_ty_1 {
pub l1i: *const cpuinfo_cache,
pub l1d: *const cpuinfo_cache,
pub l2: *const cpuinfo_cache,
pub l3: *const cpuinfo_cache,
pub l4: *const cpuinfo_cache,
}
Fields§
§l1i: *const cpuinfo_cache
Level 1 instruction cache
l1d: *const cpuinfo_cache
Level 1 data cache
l2: *const cpuinfo_cache
Level 2 unified or data cache
l3: *const cpuinfo_cache
Level 3 unified or data cache
l4: *const cpuinfo_cache
Level 4 unified or data cache
Trait Implementations§
Source§impl Clone for cpuinfo_processor__bindgen_ty_1
impl Clone for cpuinfo_processor__bindgen_ty_1
Source§fn clone(&self) -> cpuinfo_processor__bindgen_ty_1
fn clone(&self) -> cpuinfo_processor__bindgen_ty_1
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 moreimpl Copy for cpuinfo_processor__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for cpuinfo_processor__bindgen_ty_1
impl RefUnwindSafe for cpuinfo_processor__bindgen_ty_1
impl !Send for cpuinfo_processor__bindgen_ty_1
impl !Sync for cpuinfo_processor__bindgen_ty_1
impl Unpin for cpuinfo_processor__bindgen_ty_1
impl UnwindSafe for cpuinfo_processor__bindgen_ty_1
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