#[repr(C)]pub struct iauLDBODY {
pub bm: f64,
pub dl: f64,
pub pv: [[f64; 3]; 2],
}Fields§
§bm: f64§dl: f64§pv: [[f64; 3]; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for iauLDBODY
impl RefUnwindSafe for iauLDBODY
impl Send for iauLDBODY
impl Sync for iauLDBODY
impl Unpin for iauLDBODY
impl UnwindSafe for iauLDBODY
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