pub struct CameraImage3dWithScale {
pub name: String,
pub mapping_source: RepresentationMapRef,
pub mapping_target: RepresentationItemRef,
}Fields§
§name: String§mapping_source: RepresentationMapRef§mapping_target: RepresentationItemRefTrait Implementations§
Source§impl Clone for CameraImage3dWithScale
impl Clone for CameraImage3dWithScale
Source§fn clone(&self) -> CameraImage3dWithScale
fn clone(&self) -> CameraImage3dWithScale
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 moreSource§impl Debug for CameraImage3dWithScale
impl Debug for CameraImage3dWithScale
Source§impl PartialEq for CameraImage3dWithScale
impl PartialEq for CameraImage3dWithScale
Source§fn eq(&self, other: &CameraImage3dWithScale) -> bool
fn eq(&self, other: &CameraImage3dWithScale) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CameraImage3dWithScale
Auto Trait Implementations§
impl Freeze for CameraImage3dWithScale
impl RefUnwindSafe for CameraImage3dWithScale
impl Send for CameraImage3dWithScale
impl Sync for CameraImage3dWithScale
impl Unpin for CameraImage3dWithScale
impl UnsafeUnpin for CameraImage3dWithScale
impl UnwindSafe for CameraImage3dWithScale
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