pub enum ARTRSTW {
NOTRESET,
RESET,
}
Expand description
Values that can be written to the field ARTRST
Variants§
Auto Trait Implementations§
impl Freeze for ARTRSTW
impl RefUnwindSafe for ARTRSTW
impl Send for ARTRSTW
impl Sync for ARTRSTW
impl Unpin for ARTRSTW
impl UnwindSafe for ARTRSTW
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