#[repr(C)]pub struct drm_stats {
pub count: u64,
pub data: [drm_stats__bindgen_ty_1; 15],
}Fields
count: u64data: [drm_stats__bindgen_ty_1; 15]Trait Implementations
sourceimpl PartialEq<drm_stats> for drm_stats
impl PartialEq<drm_stats> for drm_stats
impl Copy for drm_stats
impl Eq for drm_stats
impl StructuralEq for drm_stats
impl StructuralPartialEq for drm_stats
Auto Trait Implementations
impl RefUnwindSafe for drm_stats
impl Send for drm_stats
impl Sync for drm_stats
impl Unpin for drm_stats
impl UnwindSafe for drm_stats
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more