#[repr(transparent)]pub struct DrmClientCap(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl Clone for DrmClientCap
impl Clone for DrmClientCap
Source§fn clone(&self) -> DrmClientCap
fn clone(&self) -> DrmClientCap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DrmClientCap
impl Debug for DrmClientCap
Source§impl From<ClientCap> for DrmClientCap
impl From<ClientCap> for DrmClientCap
Source§impl PartialEq for DrmClientCap
impl PartialEq for DrmClientCap
impl Copy for DrmClientCap
impl Eq for DrmClientCap
impl StructuralPartialEq for DrmClientCap
Auto Trait Implementations§
impl Freeze for DrmClientCap
impl RefUnwindSafe for DrmClientCap
impl Send for DrmClientCap
impl Sync for DrmClientCap
impl Unpin for DrmClientCap
impl UnwindSafe for DrmClientCap
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