#[repr(C)]pub struct NSTDRange {
pub start: NSTDInt,
pub end: NSTDInt,
}Available on crate feature
core only.Expand description
An arch-bit signed numerical range.
Fields§
§start: NSTDIntThe lower bound of the range.
end: NSTDIntThe higher bound of the range.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSTDRange
impl RefUnwindSafe for NSTDRange
impl Send for NSTDRange
impl Sync for NSTDRange
impl Unpin for NSTDRange
impl UnwindSafe for NSTDRange
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