Struct ruststep::ap201::explicit_draughting::CameraUsage [−][src]
pub struct CameraUsage {
pub representation_map: RepresentationMap,
}
Fields
representation_map: RepresentationMap
Implementations
Constructs a new CameraUsage
.
Methods from Deref<Target = RepresentationMap>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = RepresentationMap
type Target = RepresentationMap
The resulting type after dereferencing.
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 CameraUsage
impl Send for CameraUsage
impl Sync for CameraUsage
impl Unpin for CameraUsage
impl UnwindSafe for CameraUsage
Blanket Implementations
Mutably borrows from an owned value. Read more