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