pub enum ICRST {
NoReset = 0,
Reset = 1,
}
Expand description
Instruction cache reset
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ICRST
impl Eq for ICRST
impl StructuralPartialEq for ICRST
Auto Trait Implementations§
impl Freeze for ICRST
impl RefUnwindSafe for ICRST
impl Send for ICRST
impl Sync for ICRST
impl Unpin for ICRST
impl UnwindSafe for ICRST
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more