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