Struct nstd_sys::core::range::NSTDRangeF64
source · #[repr(C)]pub struct NSTDRangeF64 {
pub start: NSTDFloat64,
pub end: NSTDFloat64,
}Available on crate feature
nstd_core only.Expand description
A 64-bit floating point numerical range.
Fields
start: NSTDFloat64The lower bound of the range.
end: NSTDFloat64The higher bound of the range.
Trait Implementations
sourceimpl Clone for NSTDRangeF64
impl Clone for NSTDRangeF64
sourcefn clone(&self) -> NSTDRangeF64
fn clone(&self) -> NSTDRangeF64
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for NSTDRangeF64
impl Debug for NSTDRangeF64
sourceimpl Default for NSTDRangeF64
impl Default for NSTDRangeF64
sourcefn default() -> NSTDRangeF64
fn default() -> NSTDRangeF64
Returns the “default value” for a type. Read more
impl Copy for NSTDRangeF64
Auto Trait Implementations
impl RefUnwindSafe for NSTDRangeF64
impl Send for NSTDRangeF64
impl Sync for NSTDRangeF64
impl Unpin for NSTDRangeF64
impl UnwindSafe for NSTDRangeF64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more