#[repr(C)]pub struct drm_stats { /* private fields */ }Expand description
DRM_IOCTL_GET_STATS ioctl argument type.
Trait Implementations§
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