#[repr(u8)]pub enum DftDataSrc {
ZZ227 = 0,
ZZ228 = 1,
}Variants§
ZZ227 = 0
{R_DATA_CTRL0,R_DATA_CTRL_EX[2:0],R_DATA_CTRL0,R_DATA_CTRL_EX[2:0],R_DATA_CTRL0,R_DATA_CTRL_EX[2:0],R_DATA_CTRL0} is used
ZZ228 = 1
{R_DATA_CTRL3,R_DATA_CTRL2_EX[2:0],R_DATA_CTRL2,R_DATA_CTRL1_EX[2:0],R_DATA_CTRL1,R_DATA_CTRL_EX[2:0],R_DATA_CTRL0} is used
Implementations§
Source§impl DftDataSrc
impl DftDataSrc
Trait Implementations§
Source§impl Clone for DftDataSrc
impl Clone for DftDataSrc
Source§fn clone(&self) -> DftDataSrc
fn clone(&self) -> DftDataSrc
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 DftDataSrc
impl Debug for DftDataSrc
Source§impl From<DftDataSrc> for u8
impl From<DftDataSrc> for u8
Source§fn from(val: DftDataSrc) -> u8
fn from(val: DftDataSrc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DftDataSrc
impl From<u8> for DftDataSrc
Source§fn from(val: u8) -> DftDataSrc
fn from(val: u8) -> DftDataSrc
Converts to this type from the input type.
Source§impl Ord for DftDataSrc
impl Ord for DftDataSrc
Source§fn cmp(&self, other: &DftDataSrc) -> Ordering
fn cmp(&self, other: &DftDataSrc) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DftDataSrc
impl PartialEq for DftDataSrc
Source§impl PartialOrd for DftDataSrc
impl PartialOrd for DftDataSrc
impl Copy for DftDataSrc
impl Eq for DftDataSrc
impl StructuralPartialEq for DftDataSrc
Auto Trait Implementations§
impl Freeze for DftDataSrc
impl RefUnwindSafe for DftDataSrc
impl Send for DftDataSrc
impl Sync for DftDataSrc
impl Unpin for DftDataSrc
impl UnwindSafe for DftDataSrc
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