pub enum ARTRST {
NoReset = 0,
Reset = 1,
}
Expand description
ART Accelerator reset
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ARTRST
impl Eq for ARTRST
impl StructuralPartialEq for ARTRST
Auto Trait Implementations§
impl Freeze for ARTRST
impl RefUnwindSafe for ARTRST
impl Send for ARTRST
impl Sync for ARTRST
impl Unpin for ARTRST
impl UnwindSafe for ARTRST
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