Struct mmtk::scheduler::gc_work::ScanObjects[][src]

pub struct ScanObjects<Edges: ProcessEdgesWork> { /* fields omitted */ }

Scan & update a list of object slots

Implementations

impl<Edges: ProcessEdgesWork> ScanObjects<Edges>[src]

pub fn new(buffer: Vec<ObjectReference>, concurrent: bool) -> Self[src]

Trait Implementations

impl<E: ProcessEdgesWork> GCWork<<E as ProcessEdgesWork>::VM> for ScanObjects<E>[src]

Auto Trait Implementations

impl<Edges> RefUnwindSafe for ScanObjects<Edges> where
    Edges: RefUnwindSafe

impl<Edges> Send for ScanObjects<Edges>

impl<Edges> Sync for ScanObjects<Edges>

impl<Edges> Unpin for ScanObjects<Edges> where
    Edges: Unpin

impl<Edges> UnwindSafe for ScanObjects<Edges> where
    Edges: UnwindSafe

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> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Any + Send + Sync
[src]

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

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

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.