pub enum RWSTART {
Disabled = 0,
Enabled = 1,
}
Expand description
Read wait start
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RWSTART
impl Eq for RWSTART
impl StructuralPartialEq for RWSTART
Auto Trait Implementations§
impl Freeze for RWSTART
impl RefUnwindSafe for RWSTART
impl Send for RWSTART
impl Sync for RWSTART
impl Unpin for RWSTART
impl UnwindSafe for RWSTART
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