Struct ndk_sys::ACameraMetadata_const_entry [−][src]
#[repr(C)]pub struct ACameraMetadata_const_entry {
pub tag: u32,
pub type_: u8,
pub count: u32,
pub data: ACameraMetadata_const_entry__bindgen_ty_1,
}Fields
tag: u32type_: u8count: u32data: ACameraMetadata_const_entry__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ACameraMetadata_const_entry
impl !Send for ACameraMetadata_const_entry
impl !Sync for ACameraMetadata_const_entry
impl Unpin for ACameraMetadata_const_entry
impl UnwindSafe for ACameraMetadata_const_entry
Blanket Implementations
Mutably borrows from an owned value. Read more