pub struct At<T> { /* private fields */ }
Expand description
Use an offset as the base for all ReadAt and WriteAt accesses. Where Take
modifies then end,
At
modifies the start.
Implementations§
Trait Implementations§
impl<T: Eq> Eq for At<T>
impl<T> StructuralPartialEq for At<T>
Auto Trait Implementations§
impl<T> Freeze for At<T>where
T: Freeze,
impl<T> RefUnwindSafe for At<T>where
T: RefUnwindSafe,
impl<T> Send for At<T>where
T: Send,
impl<T> Sync for At<T>where
T: Sync,
impl<T> Unpin for At<T>where
T: Unpin,
impl<T> UnwindSafe for At<T>where
T: UnwindSafe,
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