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