Struct extra_pointers::IrcWrapped [] [src]

pub struct IrcWrapped<T: ?Sized>(_, _);

Methods

impl<T> IrcWrapped<T>
[src]

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

Trait Implementations

impl<T: ?Sized, U> CoerceUnsized<IrcWrapped<U>> for IrcWrapped<T> where T: CoerceUnsized<U>
[src]

impl<T: ?Sized> IntrusiveReferenceCounted for IrcWrapped<T>
[src]

unsafe fn multi_acquire_ref(&self, refs: usize)

unsafe fn multi_release_ref(&self, refs: usize)

unsafe fn acquire_ref(&self)

unsafe fn release_ref(&self)

impl<T: Debug + ?Sized> Debug for IrcWrapped<T>
[src]

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

Formats the value using the given formatter.

impl<T: Display + ?Sized> Display for IrcWrapped<T>
[src]

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

Formats the value using the given formatter.