Struct extra_pointers::AircWrapped [] [src]

pub struct AircWrapped<T>(_, _);

Methods

impl<T> AircWrapped<T>
[src]

fn new_irc(value: T) -> Irc<Self>

Trait Implementations

impl<T> IntrusiveReferenceCounted for AircWrapped<T>
[src]

unsafe fn multi_acquire_ref(ptr: Shared<Self>, refs: usize)

unsafe fn multi_release_ref(ptr: Shared<Self>, refs: usize)

unsafe fn acquire_ref(ptr: Shared<Self>)

unsafe fn release_ref(ptr: Shared<Self>)

impl<T: Debug> Debug for AircWrapped<T>
[src]

fn fmt(&self, f: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl<T: Display> Display for AircWrapped<T>
[src]

fn fmt(&self, f: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.