Struct crossbeam_epoch::Handle [] [src]

pub struct Handle { /* fields omitted */ }

A handle to a garbage collector.

Methods

impl Handle
[src]

[src]

Pins the handle.

[src]

Returns true if the handle is pinned.

[src]

Returns the Collector associated with this handle.

Trait Implementations

impl Drop for Handle
[src]

[src]

Executes the destructor for this type. Read more

impl Clone for Handle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Handle
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Handle

impl !Sync for Handle