#[repr(C)]pub struct reb_vec6d {
pub x: f64,
pub y: f64,
pub z: f64,
pub vx: f64,
pub vy: f64,
pub vz: f64,
}Fields§
§x: f64§y: f64§z: f64§vx: f64§vy: f64§vz: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for reb_vec6d
impl RefUnwindSafe for reb_vec6d
impl Send for reb_vec6d
impl Sync for reb_vec6d
impl Unpin for reb_vec6d
impl UnsafeUnpin for reb_vec6d
impl UnwindSafe for reb_vec6d
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