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