#[repr(C)]pub struct Hfunction_1d {
pub num: i32,
pub x: *mut f32,
pub y: *mut f32,
pub xmin: f32,
pub xmax: f32,
pub xdist: f32,
pub is_equidist: bool,
}
Fields§
§num: i32
§x: *mut f32
§y: *mut f32
§xmin: f32
§xmax: f32
§xdist: f32
§is_equidist: bool
Trait Implementations§
Source§impl Clone for Hfunction_1d
impl Clone for Hfunction_1d
Source§fn clone(&self) -> Hfunction_1d
fn clone(&self) -> Hfunction_1d
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 Hfunction_1d
impl Debug for Hfunction_1d
impl Copy for Hfunction_1d
Auto Trait Implementations§
impl Freeze for Hfunction_1d
impl RefUnwindSafe for Hfunction_1d
impl !Send for Hfunction_1d
impl !Sync for Hfunction_1d
impl Unpin for Hfunction_1d
impl UnwindSafe for Hfunction_1d
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