Struct nstd_sys::core::range::NSTDRangeU64
source · #[repr(C)]pub struct NSTDRangeU64 {
pub start: NSTDUInt64,
pub end: NSTDUInt64,
}Available on crate feature
nstd_core only.Expand description
A 64-bit unsigned numerical range.
Fields
start: NSTDUInt64The lower bound of the range.
end: NSTDUInt64The higher bound of the range.
Trait Implementations
sourceimpl Clone for NSTDRangeU64
impl Clone for NSTDRangeU64
sourcefn clone(&self) -> NSTDRangeU64
fn clone(&self) -> NSTDRangeU64
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 NSTDRangeU64
impl Debug for NSTDRangeU64
sourceimpl Default for NSTDRangeU64
impl Default for NSTDRangeU64
sourcefn default() -> NSTDRangeU64
fn default() -> NSTDRangeU64
Returns the “default value” for a type. Read more
impl Copy for NSTDRangeU64
Auto Trait Implementations
impl RefUnwindSafe for NSTDRangeU64
impl Send for NSTDRangeU64
impl Sync for NSTDRangeU64
impl Unpin for NSTDRangeU64
impl UnwindSafe for NSTDRangeU64
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