pub struct CDR {
Show 13 fields pub cont_flg: B1, pub cdr_indx: U2, pub chn_nam: Cn, pub chn_len: U4, pub sin_pin: U2, pub sout_pin: U2, pub mstr_cnt: U1, pub m_clks: KxU2, pub slav_cnt: U1, pub s_clks: KxU2, pub inv_val: U1, pub lst_cnt: U2, pub cell_lst: KxSn,
}

Fields

cont_flg: B1cdr_indx: U2chn_nam: Cnchn_len: U4sin_pin: U2sout_pin: U2mstr_cnt: U1m_clks: KxU2slav_cnt: U1s_clks: KxU2inv_val: U1lst_cnt: U2cell_lst: KxSn

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Return CDR { cont_flg: Default::default(), cdr_indx: Default::default(), chn_nam: Default::default(), chn_len: Default::default(), sin_pin: Default::default(), sout_pin: Default::default(), mstr_cnt: Default::default(), m_clks: Default::default(), slav_cnt: Default::default(), s_clks: Default::default(), inv_val: 255, lst_cnt: Default::default(), cell_lst: Default::default() }

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.