Available on crate feature
nstd_core only.Expand description
An arch-bit signed numerical range.
Fields
start: NSTDIntThe lower bound of the range.
end: NSTDIntThe higher bound of the range.
Trait Implementations
impl Copy for NSTDRange
Auto Trait Implementations
impl RefUnwindSafe for NSTDRange
impl Send for NSTDRange
impl Sync for NSTDRange
impl Unpin for NSTDRange
impl UnwindSafe for NSTDRange
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