#[repr(C)]pub struct node_data {
pub teval: f64,
pub iephe: int32,
pub x: [f64; 6],
pub xflgs: int32,
pub xreturn: [f64; 24],
}Fields§
§teval: f64§iephe: int32§x: [f64; 6]§xflgs: int32§xreturn: [f64; 24]Trait Implementations§
Auto Trait Implementations§
impl Freeze for node_data
impl RefUnwindSafe for node_data
impl Send for node_data
impl Sync for node_data
impl Unpin for node_data
impl UnwindSafe for node_data
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