#[repr(transparent)]pub struct DrmCap(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
impl Copy for DrmCap
impl Eq for DrmCap
impl StructuralPartialEq for DrmCap
Auto Trait Implementations§
impl Freeze for DrmCap
impl RefUnwindSafe for DrmCap
impl Send for DrmCap
impl Sync for DrmCap
impl Unpin for DrmCap
impl UnwindSafe for DrmCap
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