Struct ndk_sys::AMediaKeyStatusType
source · #[repr(transparent)]pub struct AMediaKeyStatusType(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl AMediaKeyStatusType
impl AMediaKeyStatusType
pub const KEY_STATUS_TYPE_USABLE: AMediaKeyStatusType = _
sourceimpl AMediaKeyStatusType
impl AMediaKeyStatusType
pub const KEY_STATUS_TYPE_EXPIRED: AMediaKeyStatusType = _
sourceimpl AMediaKeyStatusType
impl AMediaKeyStatusType
pub const KEY_STATUS_TYPE_OUTPUTNOTALLOWED: AMediaKeyStatusType = _
sourceimpl AMediaKeyStatusType
impl AMediaKeyStatusType
pub const KEY_STATUS_TYPE_STATUSPENDING: AMediaKeyStatusType = _
sourceimpl AMediaKeyStatusType
impl AMediaKeyStatusType
pub const KEY_STATUS_TYPE_INTERNALERROR: AMediaKeyStatusType = _
Trait Implementations
sourceimpl Clone for AMediaKeyStatusType
impl Clone for AMediaKeyStatusType
sourcefn clone(&self) -> AMediaKeyStatusType
fn clone(&self) -> AMediaKeyStatusType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AMediaKeyStatusType
impl Debug for AMediaKeyStatusType
sourceimpl Hash for AMediaKeyStatusType
impl Hash for AMediaKeyStatusType
sourceimpl PartialEq<AMediaKeyStatusType> for AMediaKeyStatusType
impl PartialEq<AMediaKeyStatusType> for AMediaKeyStatusType
sourcefn eq(&self, other: &AMediaKeyStatusType) -> bool
fn eq(&self, other: &AMediaKeyStatusType) -> bool
impl Copy for AMediaKeyStatusType
impl Eq for AMediaKeyStatusType
impl StructuralEq for AMediaKeyStatusType
impl StructuralPartialEq for AMediaKeyStatusType
Auto Trait Implementations
impl RefUnwindSafe for AMediaKeyStatusType
impl Send for AMediaKeyStatusType
impl Sync for AMediaKeyStatusType
impl Unpin for AMediaKeyStatusType
impl UnwindSafe for AMediaKeyStatusType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more