Struct vec_reg_common::Capture
source · [−]Fields
start: usizeend: usizevalues: Vec<&'a I>Auto Trait Implementations
impl<'a, I> RefUnwindSafe for Capture<'a, I> where
I: RefUnwindSafe,
impl<'a, I> Send for Capture<'a, I> where
I: Sync,
impl<'a, I> Sync for Capture<'a, I> where
I: Sync,
impl<'a, I> Unpin for Capture<'a, I>
impl<'a, I> UnwindSafe for Capture<'a, I> where
I: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more