pub(crate) struct UnitRange {
unit_id: usize,
min_begin: u64,
range: Range,
}Fields§
§unit_id: usize§min_begin: u64§range: RangeAuto Trait Implementations§
impl Freeze for UnitRange
impl RefUnwindSafe for UnitRange
impl Send for UnitRange
impl Sync for UnitRange
impl Unpin for UnitRange
impl UnwindSafe for UnitRange
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