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