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