#[repr(transparent)]pub struct acamera_metadata_enum_acamera_sync_max_latency(pub c_int);
Tuple Fields
0: c_int
Implementations
Trait Implementations
sourceimpl Clone for acamera_metadata_enum_acamera_sync_max_latency
impl Clone for acamera_metadata_enum_acamera_sync_max_latency
sourcefn clone(&self) -> acamera_metadata_enum_acamera_sync_max_latency
fn clone(&self) -> acamera_metadata_enum_acamera_sync_max_latency
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_sync_max_latency> for acamera_metadata_enum_acamera_sync_max_latency
impl PartialEq<acamera_metadata_enum_acamera_sync_max_latency> for acamera_metadata_enum_acamera_sync_max_latency
sourcefn eq(&self, other: &acamera_metadata_enum_acamera_sync_max_latency) -> bool
fn eq(&self, other: &acamera_metadata_enum_acamera_sync_max_latency) -> bool
impl Copy for acamera_metadata_enum_acamera_sync_max_latency
impl Eq for acamera_metadata_enum_acamera_sync_max_latency
impl StructuralEq for acamera_metadata_enum_acamera_sync_max_latency
impl StructuralPartialEq for acamera_metadata_enum_acamera_sync_max_latency
Auto Trait Implementations
impl RefUnwindSafe for acamera_metadata_enum_acamera_sync_max_latency
impl Send for acamera_metadata_enum_acamera_sync_max_latency
impl Sync for acamera_metadata_enum_acamera_sync_max_latency
impl Unpin for acamera_metadata_enum_acamera_sync_max_latency
impl UnwindSafe for acamera_metadata_enum_acamera_sync_max_latency
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