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