pub struct RaspBatchIndex<T> { /* private fields */ }Expand description
Position-independent reference into a RaspBatch<T>.
Implementations§
Trait Implementations§
Source§impl<T: Clone> Clone for RaspBatchIndex<T>
impl<T: Clone> Clone for RaspBatchIndex<T>
Source§fn clone(&self) -> RaspBatchIndex<T>
fn clone(&self) -> RaspBatchIndex<T>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<T: Copy> Copy for RaspBatchIndex<T>
Source§impl<T: Debug> Debug for RaspBatchIndex<T>
impl<T: Debug> Debug for RaspBatchIndex<T>
impl<T: Eq> Eq for RaspBatchIndex<T>
Source§impl<T: Hash> Hash for RaspBatchIndex<T>
impl<T: Hash> Hash for RaspBatchIndex<T>
Source§impl<T: PartialEq> PartialEq for RaspBatchIndex<T>
impl<T: PartialEq> PartialEq for RaspBatchIndex<T>
impl<T: PartialEq> StructuralPartialEq for RaspBatchIndex<T>
Auto Trait Implementations§
impl<T> Freeze for RaspBatchIndex<T>where
PhantomData<T>: Freeze,
impl<T> RefUnwindSafe for RaspBatchIndex<T>where
PhantomData<T>: RefUnwindSafe,
impl<T> Send for RaspBatchIndex<T>where
PhantomData<T>: Send,
impl<T> Sync for RaspBatchIndex<T>where
PhantomData<T>: Sync,
impl<T> Unpin for RaspBatchIndex<T>where
PhantomData<T>: Unpin,
impl<T> UnsafeUnpin for RaspBatchIndex<T>where
PhantomData<T>: UnsafeUnpin,
impl<T> UnwindSafe for RaspBatchIndex<T>where
PhantomData<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