pub(crate) struct UnitRange {
unit_id: usize,
min_begin: u64,
range: Range,
}
Fields§
§unit_id: usize
§min_begin: u64
§range: Range
Auto 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