Struct ndk_sys::ACameraMetadata_entry
source · #[repr(C)]pub struct ACameraMetadata_entry {
pub tag: u32,
pub type_: u8,
pub count: u32,
pub data: ACameraMetadata_entry__bindgen_ty_1,
}
Fields
tag: u32
type_: u8
count: u32
data: ACameraMetadata_entry__bindgen_ty_1
Trait Implementations
sourceimpl Clone for ACameraMetadata_entry
impl Clone for ACameraMetadata_entry
sourcefn clone(&self) -> ACameraMetadata_entry
fn clone(&self) -> ACameraMetadata_entry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for ACameraMetadata_entry
Auto Trait Implementations
impl RefUnwindSafe for ACameraMetadata_entry
impl !Send for ACameraMetadata_entry
impl !Sync for ACameraMetadata_entry
impl Unpin for ACameraMetadata_entry
impl UnwindSafe for ACameraMetadata_entry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more