#[repr(C)]pub struct NSTDRangeU32 {
pub start: NSTDUInt32,
pub end: NSTDUInt32,
}Available on crate feature
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§
Source§impl Clone for NSTDRangeU32
impl Clone for NSTDRangeU32
Source§fn clone(&self) -> NSTDRangeU32
fn clone(&self) -> NSTDRangeU32
Returns a duplicate 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 NSTDRangeU32
Auto Trait Implementations§
impl Freeze for NSTDRangeU32
impl RefUnwindSafe for NSTDRangeU32
impl Send for NSTDRangeU32
impl Sync for NSTDRangeU32
impl Unpin for NSTDRangeU32
impl UnwindSafe for NSTDRangeU32
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