#[repr(transparent)]pub struct AMediaKeyStatusType(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
Source§impl Clone for AMediaKeyStatusType
impl Clone for AMediaKeyStatusType
Source§fn clone(&self) -> AMediaKeyStatusType
fn clone(&self) -> AMediaKeyStatusType
Returns a copy 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 AMediaKeyStatusType
impl Debug for AMediaKeyStatusType
Source§impl Hash for AMediaKeyStatusType
impl Hash for AMediaKeyStatusType
Source§impl PartialEq for AMediaKeyStatusType
impl PartialEq for AMediaKeyStatusType
impl Copy for AMediaKeyStatusType
impl Eq for AMediaKeyStatusType
impl StructuralPartialEq for AMediaKeyStatusType
Auto Trait Implementations§
impl Freeze for AMediaKeyStatusType
impl RefUnwindSafe for AMediaKeyStatusType
impl Send for AMediaKeyStatusType
impl Sync for AMediaKeyStatusType
impl Unpin for AMediaKeyStatusType
impl UnwindSafe for AMediaKeyStatusType
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