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