#[repr(C)]pub struct std___bucket_list_deallocator<_Alloc> {
pub _phantom_0: PhantomData<UnsafeCell<_Alloc>>,
pub __bindgen_anon_1: std___bucket_list_deallocator__bindgen_ty_1<_Alloc>,
}Fields§
§_phantom_0: PhantomData<UnsafeCell<_Alloc>>§__bindgen_anon_1: std___bucket_list_deallocator__bindgen_ty_1<_Alloc>Trait Implementations§
Source§impl<_Alloc: Clone> Clone for std___bucket_list_deallocator<_Alloc>
impl<_Alloc: Clone> Clone for std___bucket_list_deallocator<_Alloc>
Source§fn clone(&self) -> std___bucket_list_deallocator<_Alloc>
fn clone(&self) -> std___bucket_list_deallocator<_Alloc>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<_Alloc: Debug> Debug for std___bucket_list_deallocator<_Alloc>
impl<_Alloc: Debug> Debug for std___bucket_list_deallocator<_Alloc>
impl<_Alloc: Copy> Copy for std___bucket_list_deallocator<_Alloc>
Auto Trait Implementations§
impl<_Alloc> Freeze for std___bucket_list_deallocator<_Alloc>where
_Alloc: Freeze,
impl<_Alloc> !RefUnwindSafe for std___bucket_list_deallocator<_Alloc>
impl<_Alloc> Send for std___bucket_list_deallocator<_Alloc>where
_Alloc: Send,
impl<_Alloc> !Sync for std___bucket_list_deallocator<_Alloc>
impl<_Alloc> Unpin for std___bucket_list_deallocator<_Alloc>where
_Alloc: Unpin,
impl<_Alloc> UnsafeUnpin for std___bucket_list_deallocator<_Alloc>where
_Alloc: UnsafeUnpin,
impl<_Alloc> UnwindSafe for std___bucket_list_deallocator<_Alloc>where
_Alloc: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more