pub struct CameraImage3dWithScaleId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for CameraImage3dWithScaleId
impl Clone for CameraImage3dWithScaleId
Source§fn clone(&self) -> CameraImage3dWithScaleId
fn clone(&self) -> CameraImage3dWithScaleId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CameraImage3dWithScaleId
Source§impl Debug for CameraImage3dWithScaleId
impl Debug for CameraImage3dWithScaleId
impl Eq for CameraImage3dWithScaleId
Source§impl Hash for CameraImage3dWithScaleId
impl Hash for CameraImage3dWithScaleId
Source§impl PartialEq for CameraImage3dWithScaleId
impl PartialEq for CameraImage3dWithScaleId
Source§fn eq(&self, other: &CameraImage3dWithScaleId) -> bool
fn eq(&self, other: &CameraImage3dWithScaleId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CameraImage3dWithScaleId
Auto Trait Implementations§
impl Freeze for CameraImage3dWithScaleId
impl RefUnwindSafe for CameraImage3dWithScaleId
impl Send for CameraImage3dWithScaleId
impl Sync for CameraImage3dWithScaleId
impl Unpin for CameraImage3dWithScaleId
impl UnsafeUnpin for CameraImage3dWithScaleId
impl UnwindSafe for CameraImage3dWithScaleId
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