#[repr(u8)]pub enum ReadSampleClockSource {
InternalLoopback = 0,
LoopbackFromDQSPad = 1,
FlashProvidedDQS = 3,
}
Expand description
readSampleClkSrc
of the general FCB
Variants§
Trait Implementations§
Source§impl Clone for ReadSampleClockSource
impl Clone for ReadSampleClockSource
Source§fn clone(&self) -> ReadSampleClockSource
fn clone(&self) -> ReadSampleClockSource
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ReadSampleClockSource
impl Debug for ReadSampleClockSource
Source§impl PartialEq for ReadSampleClockSource
impl PartialEq for ReadSampleClockSource
impl Copy for ReadSampleClockSource
impl Eq for ReadSampleClockSource
impl StructuralPartialEq for ReadSampleClockSource
Auto Trait Implementations§
impl Freeze for ReadSampleClockSource
impl RefUnwindSafe for ReadSampleClockSource
impl Send for ReadSampleClockSource
impl Sync for ReadSampleClockSource
impl Unpin for ReadSampleClockSource
impl UnwindSafe for ReadSampleClockSource
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