#[repr(C)]pub struct __alloc_traits {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for __alloc_traits
impl Clone for __alloc_traits
Source§fn clone(&self) -> __alloc_traits
fn clone(&self) -> __alloc_traits
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 moreimpl Copy for __alloc_traits
Source§impl Debug for __alloc_traits
impl Debug for __alloc_traits
Source§impl Default for __alloc_traits
impl Default for __alloc_traits
impl Eq for __alloc_traits
Source§impl PartialEq for __alloc_traits
impl PartialEq for __alloc_traits
Source§fn eq(&self, other: &__alloc_traits) -> bool
fn eq(&self, other: &__alloc_traits) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for __alloc_traits
Auto Trait Implementations§
impl Freeze for __alloc_traits
impl RefUnwindSafe for __alloc_traits
impl Send for __alloc_traits
impl Sync for __alloc_traits
impl Unpin for __alloc_traits
impl UnsafeUnpin for __alloc_traits
impl UnwindSafe for __alloc_traits
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