pub struct Range<const MIN: u64, const MAX: u64>;
Expand description
Marker for field writers are safe to write in specified inclusive range
Auto Trait Implementations§
impl<const MIN: u64, const MAX: u64> Freeze for Range<MIN, MAX>
impl<const MIN: u64, const MAX: u64> RefUnwindSafe for Range<MIN, MAX>
impl<const MIN: u64, const MAX: u64> Send for Range<MIN, MAX>
impl<const MIN: u64, const MAX: u64> Sync for Range<MIN, MAX>
impl<const MIN: u64, const MAX: u64> Unpin for Range<MIN, MAX>
impl<const MIN: u64, const MAX: u64> UnwindSafe for Range<MIN, MAX>
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