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