Struct ndk_sys::ACameraMetadata_const_entry
source · #[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: u32
§type_: u8
§count: u32
§data: ACameraMetadata_const_entry__bindgen_ty_1
Trait Implementations§
source§impl Clone for ACameraMetadata_const_entry
impl Clone for ACameraMetadata_const_entry
source§fn clone(&self) -> ACameraMetadata_const_entry
fn clone(&self) -> ACameraMetadata_const_entry
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 moreimpl Copy for ACameraMetadata_const_entry
Auto Trait Implementations§
impl Freeze for ACameraMetadata_const_entry
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§
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