pub struct IdIsar2(pub u32);Expand description
ID_ISAR2 (Instruction Set Attribute Register 2)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for IdIsar2
Auto Trait Implementations§
impl Freeze for IdIsar2
impl RefUnwindSafe for IdIsar2
impl Send for IdIsar2
impl Sync for IdIsar2
impl Unpin for IdIsar2
impl UnsafeUnpin for IdIsar2
impl UnwindSafe for IdIsar2
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)