pub struct InterruptSavedState(/* private fields */);Expand description
The saved interrupt state, representing architecture-specific interrupt flags.
Trait Implementations§
Source§impl Clone for InterruptSavedState
impl Clone for InterruptSavedState
Source§fn clone(&self) -> InterruptSavedState
fn clone(&self) -> InterruptSavedState
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 moreSource§impl Debug for InterruptSavedState
impl Debug for InterruptSavedState
Source§impl PartialEq for InterruptSavedState
impl PartialEq for InterruptSavedState
Source§fn eq(&self, other: &InterruptSavedState) -> bool
fn eq(&self, other: &InterruptSavedState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InterruptSavedState
impl Eq for InterruptSavedState
impl StructuralPartialEq for InterruptSavedState
Auto Trait Implementations§
impl Freeze for InterruptSavedState
impl RefUnwindSafe for InterruptSavedState
impl Send for InterruptSavedState
impl Sync for InterruptSavedState
impl Unpin for InterruptSavedState
impl UnsafeUnpin for InterruptSavedState
impl UnwindSafe for InterruptSavedState
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)