#[repr(transparent)]pub struct acamera_metadata_enum_acamera_depth_available_depth_stream_configurations(pub c_uint);
Tuple Fields
0: c_uint
Implementations
Trait Implementations
sourceimpl Clone for acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
impl Clone for acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
sourcefn clone(
&self
) -> acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
fn clone(
&self
) -> acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<acamera_metadata_enum_acamera_depth_available_depth_stream_configurations> for acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
impl PartialEq<acamera_metadata_enum_acamera_depth_available_depth_stream_configurations> for acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
sourcefn eq(
&self,
other: &acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
) -> bool
fn eq(
&self,
other: &acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
) -> bool
impl Copy for acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
impl Eq for acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
impl StructuralEq for acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
impl StructuralPartialEq for acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
Auto Trait Implementations
impl RefUnwindSafe for acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
impl Send for acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
impl Sync for acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
impl Unpin for acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
impl UnwindSafe for acamera_metadata_enum_acamera_depth_available_depth_stream_configurations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more