Struct ndk_sys::AMediaKeyStatusType
source · #[repr(transparent)]pub struct AMediaKeyStatusType(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl AMediaKeyStatusType
impl AMediaKeyStatusType
pub const KEY_STATUS_TYPE_USABLE: AMediaKeyStatusType = _
source§impl AMediaKeyStatusType
impl AMediaKeyStatusType
pub const KEY_STATUS_TYPE_EXPIRED: AMediaKeyStatusType = _
source§impl AMediaKeyStatusType
impl AMediaKeyStatusType
pub const KEY_STATUS_TYPE_OUTPUTNOTALLOWED: AMediaKeyStatusType = _
source§impl AMediaKeyStatusType
impl AMediaKeyStatusType
pub const KEY_STATUS_TYPE_STATUSPENDING: AMediaKeyStatusType = _
source§impl AMediaKeyStatusType
impl AMediaKeyStatusType
pub const KEY_STATUS_TYPE_INTERNALERROR: AMediaKeyStatusType = _
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
source§fn eq(&self, other: &AMediaKeyStatusType) -> bool
fn eq(&self, other: &AMediaKeyStatusType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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