Struct extra_pointers::AircWrapped [] [src]

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

Methods

impl<T> AircWrapped<T>
[src]

[src]

Trait Implementations

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

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

[src]

[src]

[src]

[src]

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

[src]

Formats the value using the given formatter. Read more

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T: ?Sized> Send for AircWrapped<T> where
    T: Send

impl<T: ?Sized> Sync for AircWrapped<T> where
    T: Sync