pub struct PGR {
    pub grp_indx: U2,
    pub grp_nam: Cn,
    pub indx_cnt: U2,
    pub pmr_indx: KxU2,
}

Fields

grp_indx: U2grp_nam: Cnindx_cnt: U2pmr_indx: KxU2

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Return PGR { grp_indx: Default::default(), grp_nam: Default::default(), indx_cnt: Default::default(), pmr_indx: 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.