Struct crossbeam_epoch::Handle[][src]

pub struct Handle { /* fields omitted */ }

A handle to a garbage collector.

Methods

impl Handle
[src]

Pins the handle.

Returns true if the handle is pinned.

Returns the Collector associated with this handle.

Trait Implementations

impl Drop for Handle
[src]

Executes the destructor for this type. Read more

impl Clone for Handle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Handle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Handle

impl !Sync for Handle