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

#[repr(C)]pub struct _Sp_counted_deleter__Impl<_Ptr> {
    pub _M_ptr: _Ptr,
    pub _phantom_0: PhantomData<UnsafeCell<_Ptr>>,
}

Fields

_M_ptr: _Ptr_phantom_0: PhantomData<UnsafeCell<_Ptr>>

Trait Implementations

impl<_Ptr: Clone> Clone for _Sp_counted_deleter__Impl<_Ptr>[src]

impl<_Ptr: Copy> Copy for _Sp_counted_deleter__Impl<_Ptr>[src]

impl<_Ptr: Debug> Debug for _Sp_counted_deleter__Impl<_Ptr>[src]

impl<_Ptr> Default for _Sp_counted_deleter__Impl<_Ptr>[src]

Auto Trait Implementations

impl<_Ptr> !RefUnwindSafe for _Sp_counted_deleter__Impl<_Ptr>

impl<_Ptr> Send for _Sp_counted_deleter__Impl<_Ptr> where
    _Ptr: Send

impl<_Ptr> !Sync for _Sp_counted_deleter__Impl<_Ptr>

impl<_Ptr> Unpin for _Sp_counted_deleter__Impl<_Ptr> where
    _Ptr: Unpin

impl<_Ptr> UnwindSafe for _Sp_counted_deleter__Impl<_Ptr> where
    _Ptr: 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.