#[repr(u8)]pub enum Rwdsoeopt {
Val0 = 0,
Val1 = 1,
}Variants§
Val0 = 0
RWDS output enable de-assertion is delayed for one cycle.
Val1 = 1
RWDS output enable de-assertion is not delayed for one cycle.
Implementations§
Trait Implementations§
Source§impl Ord for Rwdsoeopt
impl Ord for Rwdsoeopt
Source§impl PartialOrd for Rwdsoeopt
impl PartialOrd for Rwdsoeopt
impl Copy for Rwdsoeopt
impl Eq for Rwdsoeopt
impl StructuralPartialEq for Rwdsoeopt
Auto Trait Implementations§
impl Freeze for Rwdsoeopt
impl RefUnwindSafe for Rwdsoeopt
impl Send for Rwdsoeopt
impl Sync for Rwdsoeopt
impl Unpin for Rwdsoeopt
impl UnwindSafe for Rwdsoeopt
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