#[repr(u32)]pub enum arm_cpsmode_type {
ARM_CPSMODE_INVALID = 0,
ARM_CPSMODE_IE = 2,
ARM_CPSMODE_ID = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for arm_cpsmode_type
impl Clone for arm_cpsmode_type
Source§fn clone(&self) -> arm_cpsmode_type
fn clone(&self) -> arm_cpsmode_type
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 arm_cpsmode_type
impl Debug for arm_cpsmode_type
Source§impl Hash for arm_cpsmode_type
impl Hash for arm_cpsmode_type
Source§impl PartialEq for arm_cpsmode_type
impl PartialEq for arm_cpsmode_type
impl Copy for arm_cpsmode_type
impl Eq for arm_cpsmode_type
impl StructuralPartialEq for arm_cpsmode_type
Auto Trait Implementations§
impl Freeze for arm_cpsmode_type
impl RefUnwindSafe for arm_cpsmode_type
impl Send for arm_cpsmode_type
impl Sync for arm_cpsmode_type
impl Unpin for arm_cpsmode_type
impl UnwindSafe for arm_cpsmode_type
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