Struct ruststep::ap201::explicit_draughting::CameraImage [−][src]
pub struct CameraImage {
pub mapped_item: MappedItem,
}
Fields
mapped_item: MappedItem
Implementations
Constructs a new CameraImage
.
Methods from Deref<Target = MappedItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
type Target = MappedItem
type Target = MappedItem
The resulting type after dereferencing.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CameraImage
impl Send for CameraImage
impl Sync for CameraImage
impl Unpin for CameraImage
impl UnwindSafe for CameraImage
Blanket Implementations
Mutably borrows from an owned value. Read more