Enum capstone_sys::arm64_pstate
source · [−]#[repr(u32)]
pub enum arm64_pstate {
ARM64_PSTATE_INVALID,
ARM64_PSTATE_SPSEL,
ARM64_PSTATE_DAIFSET,
ARM64_PSTATE_DAIFCLR,
ARM64_PSTATE_PAN,
ARM64_PSTATE_UAO,
ARM64_PSTATE_DIT,
}Expand description
System PState Field (MSR instruction)
Variants
ARM64_PSTATE_INVALID
ARM64_PSTATE_SPSEL
ARM64_PSTATE_DAIFSET
ARM64_PSTATE_DAIFCLR
ARM64_PSTATE_PAN
ARM64_PSTATE_UAO
ARM64_PSTATE_DIT
Trait Implementations
sourceimpl Clone for arm64_pstate
impl Clone for arm64_pstate
sourcefn clone(&self) -> arm64_pstate
fn clone(&self) -> arm64_pstate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for arm64_pstate
impl Debug for arm64_pstate
sourceimpl Hash for arm64_pstate
impl Hash for arm64_pstate
sourceimpl PartialEq<arm64_pstate> for arm64_pstate
impl PartialEq<arm64_pstate> for arm64_pstate
impl Copy for arm64_pstate
impl Eq for arm64_pstate
impl StructuralEq for arm64_pstate
impl StructuralPartialEq for arm64_pstate
Auto Trait Implementations
impl RefUnwindSafe for arm64_pstate
impl Send for arm64_pstate
impl Sync for arm64_pstate
impl Unpin for arm64_pstate
impl UnwindSafe for arm64_pstate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more