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