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