Struct assist_sys::assist_ephem_cache
source · #[repr(C)]pub struct assist_ephem_cache {
pub t: *mut f64,
pub dt_sign: f64,
pub index: *mut c_int,
pub items: *mut assist_cache_item,
}Fields§
§t: *mut f64§dt_sign: f64§index: *mut c_int§items: *mut assist_cache_itemTrait Implementations§
source§impl Clone for assist_ephem_cache
impl Clone for assist_ephem_cache
source§fn clone(&self) -> assist_ephem_cache
fn clone(&self) -> assist_ephem_cache
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_ephem_cache
impl Debug for assist_ephem_cache
impl Copy for assist_ephem_cache
Auto Trait Implementations§
impl RefUnwindSafe for assist_ephem_cache
impl !Send for assist_ephem_cache
impl !Sync for assist_ephem_cache
impl Unpin for assist_ephem_cache
impl UnwindSafe for assist_ephem_cache
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