[][src]Struct zerogc_context::ShadowStack

pub struct ShadowStack<C: RawCollectorImpl> { /* fields omitted */ }

Implementations

impl<C: RawCollectorImpl> ShadowStack<C>[src]

pub unsafe fn reverse_iter(&self) -> impl Iterator<Item = C::GcDynPointer> + '_[src]

Trait Implementations

impl<C: Clone + RawCollectorImpl> Clone for ShadowStack<C> where
    C::GcDynPointer: Clone
[src]

impl<C: RawCollectorImpl> Debug for ShadowStack<C>[src]

Auto Trait Implementations

impl<C> RefUnwindSafe for ShadowStack<C> where
    <C as RawCollectorImpl>::GcDynPointer: RefUnwindSafe
[src]

impl<C> !Send for ShadowStack<C>[src]

impl<C> !Sync for ShadowStack<C>[src]

impl<C> Unpin for ShadowStack<C>[src]

impl<C> UnwindSafe for ShadowStack<C> where
    <C as RawCollectorImpl>::GcDynPointer: RefUnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.