#[repr(u8)]pub enum Dqsposcap {
Val0 = 0,
Val1 = 1,
}Variants§
Val0 = 0
DQS falling edge is used to capture the RX data.
Val1 = 1
DQS rising edge is used to capture the RX data.
Implementations§
Trait Implementations§
Source§impl Ord for Dqsposcap
impl Ord for Dqsposcap
Source§impl PartialOrd for Dqsposcap
impl PartialOrd for Dqsposcap
impl Copy for Dqsposcap
impl Eq for Dqsposcap
impl StructuralPartialEq for Dqsposcap
Auto Trait Implementations§
impl Freeze for Dqsposcap
impl RefUnwindSafe for Dqsposcap
impl Send for Dqsposcap
impl Sync for Dqsposcap
impl Unpin for Dqsposcap
impl UnwindSafe for Dqsposcap
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