pub struct IssDataAbort { /* private fields */ }Expand description
The ISS field when EC = ExceptionClass::DataAbortFromLower or ExceptionClass::DataAbortFromCurrent
Implementations§
Source§impl IssDataAbort
impl IssDataAbort
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) -> IssDataAbort
pub const fn new_with_raw_value(value: u25) -> IssDataAbort
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() -> PartialIssDataAbort
pub const fn builder() -> PartialIssDataAbort
Creates a builder for this bitfield which ensures that all writable fields are initialized.
Trait Implementations§
Source§impl Clone for IssDataAbort
impl Clone for IssDataAbort
Source§fn clone(&self) -> IssDataAbort
fn clone(&self) -> IssDataAbort
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IssDataAbort
Auto Trait Implementations§
impl Freeze for IssDataAbort
impl RefUnwindSafe for IssDataAbort
impl Send for IssDataAbort
impl Sync for IssDataAbort
impl Unpin for IssDataAbort
impl UnsafeUnpin for IssDataAbort
impl UnwindSafe for IssDataAbort
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)