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