#[repr(C, align(32))]
pub struct pvr_vertex_tpcm_t {Show 16 fields
pub flags: u32,
pub x: c_float,
pub y: c_float,
pub z: c_float,
pub u0: c_float,
pub v0: c_float,
pub argb0: u32,
pub oargb0: u32,
pub u1: c_float,
pub v1: c_float,
pub argb1: u32,
pub oargb1: u32,
pub d1: u32,
pub d2: u32,
pub d3: u32,
pub d4: 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.