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