#[repr(C)]
pub union C3D_FVec {
pub __bindgen_anon_1: C3D_FVec__bindgen_ty_1,
pub __bindgen_anon_2: C3D_FVec__bindgen_ty_2,
pub c: [f32; 4],
}
Expand description
C3D_FVec Float vector
Matches PICA layout
Fields§
§__bindgen_anon_1: C3D_FVec__bindgen_ty_1
§__bindgen_anon_2: C3D_FVec__bindgen_ty_2
§c: [f32; 4]
Raw access
Trait Implementations§
Auto Trait Implementations§
impl Freeze for C3D_FVec
impl RefUnwindSafe for C3D_FVec
impl Send for C3D_FVec
impl Sync for C3D_FVec
impl Unpin for C3D_FVec
impl UnwindSafe for C3D_FVec
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)