#[repr(C, align(32))]
pub struct pvr_sprite_txr_t {Show 16 fields
pub flags: u32,
pub ax: c_float,
pub ay: c_float,
pub az: c_float,
pub bx: c_float,
pub by: c_float,
pub bz: c_float,
pub cx: c_float,
pub cy: c_float,
pub cz: c_float,
pub dx: c_float,
pub dy: c_float,
pub dummy: u32,
pub auv: u32,
pub buv: u32,
pub cuv: 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.