Struct nstd_sys::core::range::NSTDRangeF32
source · #[repr(C)]pub struct NSTDRangeF32 {
pub start: NSTDFloat32,
pub end: NSTDFloat32,
}Available on crate feature
nstd_core only.Expand description
A 32-bit floating point numerical range.
Fields
start: NSTDFloat32The lower bound of the range.
end: NSTDFloat32The higher bound of the range.
Trait Implementations
sourceimpl Clone for NSTDRangeF32
impl Clone for NSTDRangeF32
sourcefn clone(&self) -> NSTDRangeF32
fn clone(&self) -> NSTDRangeF32
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 NSTDRangeF32
impl Debug for NSTDRangeF32
sourceimpl Default for NSTDRangeF32
impl Default for NSTDRangeF32
sourcefn default() -> NSTDRangeF32
fn default() -> NSTDRangeF32
Returns the “default value” for a type. Read more
impl Copy for NSTDRangeF32
Auto Trait Implementations
impl RefUnwindSafe for NSTDRangeF32
impl Send for NSTDRangeF32
impl Sync for NSTDRangeF32
impl Unpin for NSTDRangeF32
impl UnwindSafe for NSTDRangeF32
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