pub struct NMR {
    pub cont_flg: B1,
    pub totm_cnt: U2,
    pub locm_cnt: U2,
    pub pmr_indx: KxU2,
    pub atpg_nam: KxCn,
}

Fields

cont_flg: B1totm_cnt: U2locm_cnt: U2pmr_indx: KxU2atpg_nam: KxCn

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Return NMR { cont_flg: Default::default(), totm_cnt: Default::default(), locm_cnt: Default::default(), pmr_indx: Default::default(), atpg_nam: 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.