pub(crate) struct Delocator<'b> {
slice: &'b [u8],
}
Expand description
Conversion from a Range
offset to the original slice.
Fields§
§slice: &'b [u8]
Implementations§
Auto Trait Implementations§
impl<'b> Freeze for Delocator<'b>
impl<'b> RefUnwindSafe for Delocator<'b>
impl<'b> Send for Delocator<'b>
impl<'b> Sync for Delocator<'b>
impl<'b> Unpin for Delocator<'b>
impl<'b> UnwindSafe for Delocator<'b>
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