Struct ndk_sys::AMediaDrmKeyValuePair
source · #[repr(C)]pub struct AMediaDrmKeyValuePair {
pub mKey: *const c_char,
pub mValue: *const c_char,
}
Fields§
§mKey: *const c_char
§mValue: *const c_char
Trait Implementations§
source§impl Clone for AMediaDrmKeyValuePair
impl Clone for AMediaDrmKeyValuePair
source§fn clone(&self) -> AMediaDrmKeyValuePair
fn clone(&self) -> AMediaDrmKeyValuePair
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 AMediaDrmKeyValuePair
impl Debug for AMediaDrmKeyValuePair
impl Copy for AMediaDrmKeyValuePair
Auto Trait Implementations§
impl Freeze for AMediaDrmKeyValuePair
impl RefUnwindSafe for AMediaDrmKeyValuePair
impl !Send for AMediaDrmKeyValuePair
impl !Sync for AMediaDrmKeyValuePair
impl Unpin for AMediaDrmKeyValuePair
impl UnwindSafe for AMediaDrmKeyValuePair
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