pub struct VecOffsets<T>(pub Vec<T>);Tuple Fields§
§0: Vec<T>Trait Implementations§
Source§impl<T, A> Xc3WriteOffsets for VecOffsets<T>where
T: Xc3WriteOffsets<Args = A>,
A: Clone,
impl<T, A> Xc3WriteOffsets for VecOffsets<T>where
T: Xc3WriteOffsets<Args = A>,
A: Clone,
Auto Trait Implementations§
impl<T> Freeze for VecOffsets<T>
impl<T> RefUnwindSafe for VecOffsets<T>where
T: RefUnwindSafe,
impl<T> Send for VecOffsets<T>where
T: Send,
impl<T> Sync for VecOffsets<T>where
T: Sync,
impl<T> Unpin for VecOffsets<T>where
T: Unpin,
impl<T> UnwindSafe for VecOffsets<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