pub(crate) struct Locator {
bounds: Range<*const u8>,
}
Expand description
Conversion from a slice within a larger buffer into
a Range
offset within.
Fields§
§bounds: Range<*const u8>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Locator
impl RefUnwindSafe for Locator
impl !Send for Locator
impl !Sync for Locator
impl Unpin for Locator
impl UnwindSafe for Locator
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