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