#[repr(C, align(32))]pub struct JPC_DVec3 {
pub x: f64,
pub y: f64,
pub z: f64,
pub _w: f64,
}Fields§
§x: f64§y: f64§z: f64§_w: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for JPC_DVec3
impl RefUnwindSafe for JPC_DVec3
impl Send for JPC_DVec3
impl Sync for JPC_DVec3
impl Unpin for JPC_DVec3
impl UnwindSafe for JPC_DVec3
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more