pub struct FixedPointSample {
pub value: f64,
pub step: Array1<f64>,
pub status: FixedPointStatus,
}Fields§
§value: f64§step: Array1<f64>§status: FixedPointStatusTrait Implementations§
Source§impl Clone for FixedPointSample
impl Clone for FixedPointSample
Source§fn clone(&self) -> FixedPointSample
fn clone(&self) -> FixedPointSample
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for FixedPointSample
impl RefUnwindSafe for FixedPointSample
impl Send for FixedPointSample
impl Sync for FixedPointSample
impl Unpin for FixedPointSample
impl UnsafeUnpin for FixedPointSample
impl UnwindSafe for FixedPointSample
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