Struct crossbeam_epoch::Handle
[−]
[src]
pub struct Handle { /* fields omitted */ }
A handle to a garbage collector.
Methods
impl Handle
[src]
pub fn pin(&self) -> Guard
[src]
Pins the handle.
pub fn is_pinned(&self) -> bool
[src]
Returns true
if the handle is pinned.
pub fn collector(&self) -> &Collector
[src]
Returns the Collector
associated with this handle.
Trait Implementations
impl Drop for Handle
[src]
impl Clone for Handle
[src]
fn clone(&self) -> Self
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more