#[repr(transparent)]pub struct AMediaDrmEventType(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Source§impl AMediaDrmEventType
impl AMediaDrmEventType
pub const EVENT_KEY_REQUIRED: AMediaDrmEventType
Source§impl AMediaDrmEventType
impl AMediaDrmEventType
pub const EVENT_KEY_EXPIRED: 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
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