#[repr(C)]pub struct StackGCVector<T, AllocPolicy = TempAllocPolicy>(PhantomData<(T, AllocPolicy)>, u8);
Tuple Fields§
§0: PhantomData<(T, AllocPolicy)>
§1: u8
Trait Implementations§
Source§impl<T, AllocPolicy> Clone for StackGCVector<T, AllocPolicy>
impl<T, AllocPolicy> Clone for StackGCVector<T, AllocPolicy>
Source§fn clone(&self) -> StackGCVector<T, AllocPolicy>
fn clone(&self) -> StackGCVector<T, AllocPolicy>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl<T, AllocPolicy> Copy for StackGCVector<T, AllocPolicy>
Auto Trait Implementations§
impl<T, AllocPolicy> Freeze for StackGCVector<T, AllocPolicy>
impl<T, AllocPolicy> RefUnwindSafe for StackGCVector<T, AllocPolicy>where
T: RefUnwindSafe,
AllocPolicy: RefUnwindSafe,
impl<T, AllocPolicy> Send for StackGCVector<T, AllocPolicy>
impl<T, AllocPolicy> Sync for StackGCVector<T, AllocPolicy>
impl<T, AllocPolicy> Unpin for StackGCVector<T, AllocPolicy>
impl<T, AllocPolicy> UnwindSafe for StackGCVector<T, AllocPolicy>where
T: UnwindSafe,
AllocPolicy: 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more