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