#[repr(u32)]pub enum VexCacheKind {
DATA_CACHE = 1_280,
INSN_CACHE = 1_281,
UNIFIED_CACHE = 1_282,
}
Variants§
Trait Implementations§
Source§impl Clone for VexCacheKind
impl Clone for VexCacheKind
Source§fn clone(&self) -> VexCacheKind
fn clone(&self) -> VexCacheKind
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 VexCacheKind
impl Debug for VexCacheKind
Source§impl Hash for VexCacheKind
impl Hash for VexCacheKind
Source§impl PartialEq for VexCacheKind
impl PartialEq for VexCacheKind
impl Copy for VexCacheKind
impl Eq for VexCacheKind
impl StructuralPartialEq for VexCacheKind
Auto Trait Implementations§
impl Freeze for VexCacheKind
impl RefUnwindSafe for VexCacheKind
impl Send for VexCacheKind
impl Sync for VexCacheKind
impl Unpin for VexCacheKind
impl UnwindSafe for VexCacheKind
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