#[repr(C, align(32))]
pub struct pvr_modifier_vol_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 d1: u32,
pub d2: u32,
pub d3: u32,
pub d4: u32,
pub d5: u32,
pub d6: 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.