#[repr(C, align(32))]
pub struct pvr_poly_ic_hdr_t {
pub cmd: u32,
pub mode1: u32,
pub mode2: u32,
pub mode3: u32,
pub a: c_float,
pub r: c_float,
pub g: c_float,
pub b: c_float,
}
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.