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