#[repr(u8)]
pub enum ReadSampleClockSource {
InternalLoopback,
LoopbackFromDQSPad,
FlashProvidedDQS,
}
Expand description
readSampleClkSrc
of the general FCB
Variants
Trait Implementations
sourceimpl Clone for ReadSampleClockSource
impl Clone for ReadSampleClockSource
sourcefn clone(&self) -> ReadSampleClockSource
fn clone(&self) -> ReadSampleClockSource
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ReadSampleClockSource
impl Debug for ReadSampleClockSource
sourceimpl PartialEq<ReadSampleClockSource> for ReadSampleClockSource
impl PartialEq<ReadSampleClockSource> for ReadSampleClockSource
sourcefn eq(&self, other: &ReadSampleClockSource) -> bool
fn eq(&self, other: &ReadSampleClockSource) -> bool
impl Copy for ReadSampleClockSource
impl Eq for ReadSampleClockSource
impl StructuralEq for ReadSampleClockSource
impl StructuralPartialEq for ReadSampleClockSource
Auto Trait Implementations
impl RefUnwindSafe for ReadSampleClockSource
impl Send for ReadSampleClockSource
impl Sync for ReadSampleClockSource
impl Unpin for ReadSampleClockSource
impl UnwindSafe for ReadSampleClockSource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more