Struct ndk_sys::AMediaDrmKeyType
source · #[repr(transparent)]pub struct AMediaDrmKeyType(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl AMediaDrmKeyType
impl AMediaDrmKeyType
pub const KEY_TYPE_STREAMING: AMediaDrmKeyType = _
source§impl AMediaDrmKeyType
impl AMediaDrmKeyType
pub const KEY_TYPE_OFFLINE: AMediaDrmKeyType = _
source§impl AMediaDrmKeyType
impl AMediaDrmKeyType
pub const KEY_TYPE_RELEASE: AMediaDrmKeyType = _
Trait Implementations§
source§impl Clone for AMediaDrmKeyType
impl Clone for AMediaDrmKeyType
source§fn clone(&self) -> AMediaDrmKeyType
fn clone(&self) -> AMediaDrmKeyType
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 AMediaDrmKeyType
impl Debug for AMediaDrmKeyType
source§impl Hash for AMediaDrmKeyType
impl Hash for AMediaDrmKeyType
source§impl PartialEq for AMediaDrmKeyType
impl PartialEq for AMediaDrmKeyType
source§fn eq(&self, other: &AMediaDrmKeyType) -> bool
fn eq(&self, other: &AMediaDrmKeyType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AMediaDrmKeyType
impl Eq for AMediaDrmKeyType
impl StructuralPartialEq for AMediaDrmKeyType
Auto Trait Implementations§
impl Freeze for AMediaDrmKeyType
impl RefUnwindSafe for AMediaDrmKeyType
impl Send for AMediaDrmKeyType
impl Sync for AMediaDrmKeyType
impl Unpin for AMediaDrmKeyType
impl UnwindSafe for AMediaDrmKeyType
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