Struct citro3d_sys::C3D_FVec__bindgen_ty_1
source · #[repr(C)]pub struct C3D_FVec__bindgen_ty_1 {
pub w: f32,
pub z: f32,
pub y: f32,
pub x: f32,
}
Expand description
Vector access
Fields§
§w: f32
< W-component
z: f32
< Z-component
y: f32
< Y-component
x: f32
< X-component
Trait Implementations§
source§impl Clone for C3D_FVec__bindgen_ty_1
impl Clone for C3D_FVec__bindgen_ty_1
source§fn clone(&self) -> C3D_FVec__bindgen_ty_1
fn clone(&self) -> C3D_FVec__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more