#[repr(C)]pub struct NSTDRangeF64 {
pub start: NSTDFloat64,
pub end: NSTDFloat64,
}Available on crate feature
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§
Source§impl Clone for NSTDRangeF64
impl Clone for NSTDRangeF64
Source§fn clone(&self) -> NSTDRangeF64
fn clone(&self) -> NSTDRangeF64
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 moreimpl Copy for NSTDRangeF64
Auto Trait Implementations§
impl Freeze for NSTDRangeF64
impl RefUnwindSafe for NSTDRangeF64
impl Send for NSTDRangeF64
impl Sync for NSTDRangeF64
impl Unpin for NSTDRangeF64
impl UnwindSafe for NSTDRangeF64
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