Struct nstd_sys::core::range::NSTDURange
source · #[repr(C)]pub struct NSTDURange {
pub start: NSTDUInt,
pub end: NSTDUInt,
}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§
source§impl Clone for NSTDURange
impl Clone for NSTDURange
source§fn clone(&self) -> NSTDURange
fn clone(&self) -> NSTDURange
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more