#[repr(C, align(32))]
pub struct pvr_init_params_t {
pub opb_sizes: [c_int; 5],
pub vertex_buf_size: c_int,
pub dma_enabled: c_int,
pub fsaa_enabled: c_int,
pub autosort_disabled: c_int,
pub opb_overflow_count: c_int,
}
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.