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