[−][src]Struct lc3tools_sys::root::std::__allocated_ptr
Fields
_M_alloc: *mut _Alloc
_M_ptr: __allocated_ptr_pointer
_phantom_0: PhantomData<UnsafeCell<_Alloc>>
Trait Implementations
impl<_Alloc: Debug> Debug for __allocated_ptr<_Alloc>
[src][+]
impl<_Alloc> Default for __allocated_ptr<_Alloc>
[src][+]
Auto Trait Implementations
impl<_Alloc> !RefUnwindSafe for __allocated_ptr<_Alloc>
impl<_Alloc> !Send for __allocated_ptr<_Alloc>
impl<_Alloc> !Sync for __allocated_ptr<_Alloc>
impl<_Alloc> Unpin for __allocated_ptr<_Alloc> where
_Alloc: Unpin,
_Alloc: Unpin,
impl<_Alloc> UnwindSafe for __allocated_ptr<_Alloc> where
_Alloc: RefUnwindSafe + UnwindSafe,
_Alloc: RefUnwindSafe + UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,