pub struct PSR {
Show 13 fields pub cont_flg: B1, pub psr_indx: U2, pub psr_nam: Cn, pub opt_flg: B1, pub totp_cnt: U2, pub locp_cnt: U2, pub pat_bgn: KxU8, pub pat_end: KxU8, pub pat_file: KxCn, pub pat_lbl: KxCn, pub file_uid: KxCn, pub atpg_dsc: KxCn, pub src_id: KxCn,
}

Fields

cont_flg: B1psr_indx: U2psr_nam: Cnopt_flg: B1totp_cnt: U2locp_cnt: U2pat_bgn: KxU8pat_end: KxU8pat_file: KxCnpat_lbl: KxCnfile_uid: KxCnatpg_dsc: KxCnsrc_id: KxCn

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Return PSR { cont_flg: Default::default(), psr_indx: Default::default(), psr_nam: Default::default(), opt_flg: Default::default(), totp_cnt: Default::default(), locp_cnt: Default::default(), pat_bgn: Default::default(), pat_end: Default::default(), pat_file: Default::default(), pat_lbl: Default::default(), file_uid: Default::default(), atpg_dsc: Default::default(), src_id: 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.