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