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