Struct ndk_sys::AMediaDrmKeyType
source · #[repr(transparent)]pub struct AMediaDrmKeyType(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl AMediaDrmKeyType
impl AMediaDrmKeyType
pub const KEY_TYPE_STREAMING: AMediaDrmKeyType = _
sourceimpl AMediaDrmKeyType
impl AMediaDrmKeyType
pub const KEY_TYPE_OFFLINE: AMediaDrmKeyType = _
sourceimpl AMediaDrmKeyType
impl AMediaDrmKeyType
pub const KEY_TYPE_RELEASE: AMediaDrmKeyType = _
Trait Implementations
sourceimpl Clone for AMediaDrmKeyType
impl Clone for AMediaDrmKeyType
sourcefn clone(&self) -> AMediaDrmKeyType
fn clone(&self) -> AMediaDrmKeyType
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 AMediaDrmKeyType
impl Debug for AMediaDrmKeyType
sourceimpl Hash for AMediaDrmKeyType
impl Hash for AMediaDrmKeyType
sourceimpl PartialEq<AMediaDrmKeyType> for AMediaDrmKeyType
impl PartialEq<AMediaDrmKeyType> for AMediaDrmKeyType
sourcefn eq(&self, other: &AMediaDrmKeyType) -> bool
fn eq(&self, other: &AMediaDrmKeyType) -> bool
impl Copy for AMediaDrmKeyType
impl Eq for AMediaDrmKeyType
impl StructuralEq for AMediaDrmKeyType
impl StructuralPartialEq for AMediaDrmKeyType
Auto Trait Implementations
impl RefUnwindSafe for AMediaDrmKeyType
impl Send for AMediaDrmKeyType
impl Sync for AMediaDrmKeyType
impl Unpin for AMediaDrmKeyType
impl UnwindSafe for AMediaDrmKeyType
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