#[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_1Trait Implementations§
Source§impl Clone for ACameraMetadata_entry
impl Clone for ACameraMetadata_entry
Source§fn clone(&self) -> ACameraMetadata_entry
fn clone(&self) -> ACameraMetadata_entry
Returns a duplicate 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_entry
Auto Trait Implementations§
impl Freeze for ACameraMetadata_entry
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§
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