#[repr(C)]pub struct allocator_traits {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for allocator_traits
impl Clone for allocator_traits
Source§fn clone(&self) -> allocator_traits
fn clone(&self) -> allocator_traits
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for allocator_traits
impl Debug for allocator_traits
Source§impl Default for allocator_traits
impl Default for allocator_traits
Source§fn default() -> allocator_traits
fn default() -> allocator_traits
Returns the “default value” for a type. Read more
Source§impl PartialEq for allocator_traits
impl PartialEq for allocator_traits
impl Copy for allocator_traits
impl Eq for allocator_traits
impl StructuralPartialEq for allocator_traits
Auto Trait Implementations§
impl Freeze for allocator_traits
impl RefUnwindSafe for allocator_traits
impl Send for allocator_traits
impl Sync for allocator_traits
impl Unpin for allocator_traits
impl UnwindSafe for allocator_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