pub trait CuDepthScale:
Copy
+ Debug
+ Default
+ Send
+ Sync
+ 'static {
const RESOLUTION: Length;
const UNITS_PER_METER: f32 = _;
}Expand description
Compile-time physical distance represented by one integer increment.
Required Associated Constants§
const RESOLUTION: Length
Provided Associated Constants§
const UNITS_PER_METER: f32 = _
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".