Struct minidump_common::format::ARMCpuInfo
source · pub struct ARMCpuInfo {
pub cpuid: u32,
pub elf_hwcaps: u32,
}Expand description
Arm-specific CPU information (Breakpad extension)
Fields§
§cpuid: u32§elf_hwcaps: u32Hardware capabilities
See ArmElfHwCaps for possible values.
Trait Implementations§
source§impl Clone for ARMCpuInfo
impl Clone for ARMCpuInfo
source§fn clone(&self) -> ARMCpuInfo
fn clone(&self) -> ARMCpuInfo
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 ARMCpuInfo
impl Debug for ARMCpuInfo
source§impl<'a> TryFromCtx<'a, Endian> for ARMCpuInfowhere
ARMCpuInfo: 'a,
impl<'a> TryFromCtx<'a, Endian> for ARMCpuInfowhere
ARMCpuInfo: 'a,
source§impl<'a> TryIntoCtx<Endian> for &'a ARMCpuInfo
impl<'a> TryIntoCtx<Endian> for &'a ARMCpuInfo
Auto Trait Implementations§
impl RefUnwindSafe for ARMCpuInfo
impl Send for ARMCpuInfo
impl Sync for ARMCpuInfo
impl Unpin for ARMCpuInfo
impl UnwindSafe for ARMCpuInfo
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