#[repr(C, align(32))]
pub struct pvr_poly_mod_hdr_t {
pub cmd: u32,
pub mode1: u32,
pub mode2_0: u32,
pub mode3_0: u32,
pub mode2_1: u32,
pub mode3_1: u32,
pub d1: u32,
pub d2: u32,
}
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.