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