#[repr(C)]pub struct NSTDURange {
pub start: NSTDUInt,
pub end: NSTDUInt,
}Available on crate feature
core only.Expand description
An arch-bit unsigned numerical range.
Fields§
§start: NSTDUIntThe lower bound of the range.
end: NSTDUIntThe higher bound of the range.
Trait Implementations§
Source§impl Clone for NSTDURange
impl Clone for NSTDURange
Source§fn clone(&self) -> NSTDURange
fn clone(&self) -> NSTDURange
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 NSTDURange
Auto Trait Implementations§
impl Freeze for NSTDURange
impl RefUnwindSafe for NSTDURange
impl Send for NSTDURange
impl Sync for NSTDURange
impl Unpin for NSTDURange
impl UnwindSafe for NSTDURange
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