#[repr(transparent)]pub struct acamera_metadata_enum_acamera_flash_info_available(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
Source§impl Clone for acamera_metadata_enum_acamera_flash_info_available
impl Clone for acamera_metadata_enum_acamera_flash_info_available
Source§fn clone(&self) -> acamera_metadata_enum_acamera_flash_info_available
fn clone(&self) -> acamera_metadata_enum_acamera_flash_info_available
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 moreSource§impl PartialEq for acamera_metadata_enum_acamera_flash_info_available
impl PartialEq for acamera_metadata_enum_acamera_flash_info_available
Source§fn eq(&self, other: &acamera_metadata_enum_acamera_flash_info_available) -> bool
fn eq(&self, other: &acamera_metadata_enum_acamera_flash_info_available) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for acamera_metadata_enum_acamera_flash_info_available
impl Eq for acamera_metadata_enum_acamera_flash_info_available
impl StructuralPartialEq for acamera_metadata_enum_acamera_flash_info_available
Auto Trait Implementations§
impl Freeze for acamera_metadata_enum_acamera_flash_info_available
impl RefUnwindSafe for acamera_metadata_enum_acamera_flash_info_available
impl Send for acamera_metadata_enum_acamera_flash_info_available
impl Sync for acamera_metadata_enum_acamera_flash_info_available
impl Unpin for acamera_metadata_enum_acamera_flash_info_available
impl UnwindSafe for acamera_metadata_enum_acamera_flash_info_available
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