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