Struct Parts
Source pub struct Parts {Show 18 fields
pub crl: Cr<'G', false>,
pub crh: Cr<'G', true>,
pub pg0: PG0,
pub pg1: PG1,
pub pg2: PG2,
pub pg3: PG3,
pub pg4: PG4,
pub pg5: PG5,
pub pg6: PG6,
pub pg7: PG7,
pub pg8: PG8,
pub pg9: PG9,
pub pg10: PG10,
pub pg11: PG11,
pub pg12: PG12,
pub pg13: PG13,
pub pg14: PG14,
pub pg15: PG15,
}
Expand description
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.