pub type XYZ_FLOAT32 = _xyz_float32;
Aliased Type§
struct XYZ_FLOAT32 {
pub x: f32,
pub y: f32,
pub z: f32,
}
Fields§
§x: f32
§y: f32
§z: f32
Trait Implementations
Source§impl Clone for _xyz_float32
impl Clone for _xyz_float32
Source§fn clone(&self) -> _xyz_float32
fn clone(&self) -> _xyz_float32
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more