Struct nstd_sys::core::range::NSTDRangeI32
source · Available on crate feature
nstd_core only.Expand description
A 32-bit signed numerical range.
Fields
start: NSTDInt32The lower bound of the range.
end: NSTDInt32The higher bound of the range.
Trait Implementations
sourceimpl Clone for NSTDRangeI32
impl Clone for NSTDRangeI32
sourcefn clone(&self) -> NSTDRangeI32
fn clone(&self) -> NSTDRangeI32
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 NSTDRangeI32
impl Debug for NSTDRangeI32
sourceimpl Default for NSTDRangeI32
impl Default for NSTDRangeI32
sourcefn default() -> NSTDRangeI32
fn default() -> NSTDRangeI32
Returns the “default value” for a type. Read more
impl Copy for NSTDRangeI32
Auto Trait Implementations
impl RefUnwindSafe for NSTDRangeI32
impl Send for NSTDRangeI32
impl Sync for NSTDRangeI32
impl Unpin for NSTDRangeI32
impl UnwindSafe for NSTDRangeI32
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