pub struct Args<A, V, S>(/* private fields */);Expand description
Address range for reading operations.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, V, S> Freeze for Args<A, V, S>where
A: Freeze,
impl<A, V, S> RefUnwindSafe for Args<A, V, S>
impl<A, V, S> Send for Args<A, V, S>
impl<A, V, S> Sync for Args<A, V, S>
impl<A, V, S> Unpin for Args<A, V, S>
impl<A, V, S> UnsafeUnpin for Args<A, V, S>where
A: UnsafeUnpin,
impl<A, V, S> UnwindSafe for Args<A, V, S>
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