#[repr(C)]pub struct drm_stats {
pub count: c_ulong,
pub data: [drm_stats__bindgen_ty_1; 15],
}
Fields§
§count: c_ulong
§data: [drm_stats__bindgen_ty_1; 15]
Trait Implementations§
impl Copy for drm_stats
impl Eq for drm_stats
impl StructuralPartialEq for drm_stats
Auto Trait Implementations§
impl Freeze for drm_stats
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)