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