pub struct IssPrefetchAbort { /* private fields */ }Expand description
The ISS field when EC = ExceptionClass::PrefetchAbortFromLower or ExceptionClass::PrefetchAbortFromCurrent
Implementations§
Source§impl IssPrefetchAbort
impl IssPrefetchAbort
Sourcepub const ZERO: Self
pub const ZERO: Self
Creates a new instance with a raw value of 0. Equivalent to [Self::new_with_raw_value(u25 :: new(0))].
Sourcepub const fn new_with_raw_value(value: u25) -> IssPrefetchAbort
pub const fn new_with_raw_value(value: u25) -> IssPrefetchAbort
Creates a new instance of this bitfield with the given raw value.
No checks are performed on the value, so it is possible to set bits that don’t have any accessors specified.
Sourcepub const fn builder() -> PartialIssPrefetchAbort
pub const fn builder() -> PartialIssPrefetchAbort
Creates a builder for this bitfield which ensures that all writable fields are initialized.
Trait Implementations§
Source§impl Clone for IssPrefetchAbort
impl Clone for IssPrefetchAbort
Source§fn clone(&self) -> IssPrefetchAbort
fn clone(&self) -> IssPrefetchAbort
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IssPrefetchAbort
impl Debug for IssPrefetchAbort
impl Copy for IssPrefetchAbort
Auto Trait Implementations§
impl Freeze for IssPrefetchAbort
impl RefUnwindSafe for IssPrefetchAbort
impl Send for IssPrefetchAbort
impl Sync for IssPrefetchAbort
impl Unpin for IssPrefetchAbort
impl UnsafeUnpin for IssPrefetchAbort
impl UnwindSafe for IssPrefetchAbort
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)