Struct ndk_sys::PsshEntry [−][src]
#[repr(C)]pub struct PsshEntry {
pub uuid: AMediaUUID,
pub datalen: size_t,
pub data: *mut c_void,
}Fields
uuid: AMediaUUIDdatalen: size_tdata: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PsshEntry
impl UnwindSafe for PsshEntry
Blanket Implementations
Mutably borrows from an owned value. Read more
