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