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.

Trait Implementations

impl Send for Handle
[src]

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

Auto Trait Implementations

impl !Sync for Handle