#[repr(C, align(32))]
pub struct pvr_stats_t {
pub frame_last_time: u64,
pub reg_last_time: u64,
pub rnd_last_time: u64,
pub buf_last_time: u64,
pub frame_count: c_size_t,
pub vbl_count: c_size_t,
pub vtx_buffer_used: c_size_t,
pub vtx_buffer_used_max: c_size_t,
pub frame_rate: c_float,
pub enabled_list_mask: 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.