pub struct IssTrappedLdcStc { /* private fields */ }Expand description
The ISS field when EC = ExceptionClass::TrappedLdcStc
Implementations§
Source§impl IssTrappedLdcStc
impl IssTrappedLdcStc
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) -> IssTrappedLdcStc
pub const fn new_with_raw_value(value: u25) -> IssTrappedLdcStc
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() -> PartialIssTrappedLdcStc
pub const fn builder() -> PartialIssTrappedLdcStc
Creates a builder for this bitfield which ensures that all writable fields are initialized.
Trait Implementations§
Source§impl Clone for IssTrappedLdcStc
impl Clone for IssTrappedLdcStc
Source§fn clone(&self) -> IssTrappedLdcStc
fn clone(&self) -> IssTrappedLdcStc
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 IssTrappedLdcStc
Auto Trait Implementations§
impl Freeze for IssTrappedLdcStc
impl RefUnwindSafe for IssTrappedLdcStc
impl Send for IssTrappedLdcStc
impl Sync for IssTrappedLdcStc
impl Unpin for IssTrappedLdcStc
impl UnsafeUnpin for IssTrappedLdcStc
impl UnwindSafe for IssTrappedLdcStc
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)