Struct extra_pointers::IrcWrapped [] [src]

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

Methods

impl<T> IrcWrapped<T>
[src]

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

Trait Implementations

impl<T> IntrusiveReferenceCounted for IrcWrapped<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 IrcWrapped<T>
[src]

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

Formats the value using the given formatter.

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

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

Formats the value using the given formatter.