[][src]Struct lc3tools_sys::root::std::__uses_alloc2

#[repr(C)]pub struct __uses_alloc2<_Alloc> {
    pub _M_a: *const _Alloc,
    pub _phantom_0: PhantomData<UnsafeCell<_Alloc>>,
}

Fields

_M_a: *const _Alloc_phantom_0: PhantomData<UnsafeCell<_Alloc>>

Trait Implementations

impl<_Alloc: Clone> Clone for __uses_alloc2<_Alloc>[src]

impl<_Alloc: Copy> Copy for __uses_alloc2<_Alloc>[src]

impl<_Alloc: Debug> Debug for __uses_alloc2<_Alloc>[src]

impl<_Alloc> Default for __uses_alloc2<_Alloc>[src]

Auto Trait Implementations

impl<_Alloc> !RefUnwindSafe for __uses_alloc2<_Alloc>

impl<_Alloc> !Send for __uses_alloc2<_Alloc>

impl<_Alloc> !Sync for __uses_alloc2<_Alloc>

impl<_Alloc> Unpin for __uses_alloc2<_Alloc> where
    _Alloc: Unpin

impl<_Alloc> UnwindSafe for __uses_alloc2<_Alloc> where
    _Alloc: RefUnwindSafe + UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.