#[repr(u32)]pub enum arm64_svcr_op {
ARM64_SVCR_INVALID = 0,
ARM64_SVCR_SVCRSM = 1,
ARM64_SVCR_SVCRSMZA = 3,
ARM64_SVCR_SVCRZA = 2,
}Expand description
SVCR operands
Variants§
Trait Implementations§
Source§impl Clone for arm64_svcr_op
impl Clone for arm64_svcr_op
Source§fn clone(&self) -> arm64_svcr_op
fn clone(&self) -> arm64_svcr_op
Returns a duplicate 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 arm64_svcr_op
impl Debug for arm64_svcr_op
Source§impl Hash for arm64_svcr_op
impl Hash for arm64_svcr_op
Source§impl PartialEq for arm64_svcr_op
impl PartialEq for arm64_svcr_op
impl Copy for arm64_svcr_op
impl Eq for arm64_svcr_op
impl StructuralPartialEq for arm64_svcr_op
Auto Trait Implementations§
impl Freeze for arm64_svcr_op
impl RefUnwindSafe for arm64_svcr_op
impl Send for arm64_svcr_op
impl Sync for arm64_svcr_op
impl Unpin for arm64_svcr_op
impl UnwindSafe for arm64_svcr_op
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