Struct assist_sys::assist_cache_item
source · #[repr(C)]pub struct assist_cache_item {
pub GM: f64,
pub x: f64,
pub y: f64,
pub z: f64,
pub vx: f64,
pub vy: f64,
pub vz: f64,
pub ax: f64,
pub ay: f64,
pub az: f64,
}Fields§
§GM: f64§x: f64§y: f64§z: f64§vx: f64§vy: f64§vz: f64§ax: f64§ay: f64§az: f64Trait Implementations§
source§impl Clone for assist_cache_item
impl Clone for assist_cache_item
source§fn clone(&self) -> assist_cache_item
fn clone(&self) -> assist_cache_item
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 moresource§impl Debug for assist_cache_item
impl Debug for assist_cache_item
impl Copy for assist_cache_item
Auto Trait Implementations§
impl RefUnwindSafe for assist_cache_item
impl Send for assist_cache_item
impl Sync for assist_cache_item
impl Unpin for assist_cache_item
impl UnwindSafe for assist_cache_item
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