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

#[repr(C)]pub struct _Sp_alloc_shared_tag<_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 _Sp_alloc_shared_tag<_Alloc>[src]

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

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

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

Auto Trait Implementations

impl<_Alloc> !RefUnwindSafe for _Sp_alloc_shared_tag<_Alloc>

impl<_Alloc> !Send for _Sp_alloc_shared_tag<_Alloc>

impl<_Alloc> !Sync for _Sp_alloc_shared_tag<_Alloc>

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

impl<_Alloc> UnwindSafe for _Sp_alloc_shared_tag<_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.