#[repr(C)]pub struct drmStatsTData { /* private fields */ }Trait Implementations§
Source§impl Default for drmStatsTData
impl Default for drmStatsTData
Source§fn default() -> drmStatsTData
fn default() -> drmStatsTData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for drmStatsTData
impl RefUnwindSafe for drmStatsTData
impl !Send for drmStatsTData
impl !Sync for drmStatsTData
impl Unpin for drmStatsTData
impl UnwindSafe for drmStatsTData
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