#[repr(C)]pub struct std_allocator {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for std_allocator
impl Clone for std_allocator
Source§fn clone(&self) -> std_allocator
fn clone(&self) -> std_allocator
Returns a copy 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 std_allocator
impl Debug for std_allocator
Source§impl PartialEq for std_allocator
impl PartialEq for std_allocator
impl Copy for std_allocator
impl StructuralPartialEq for std_allocator
Auto Trait Implementations§
impl Freeze for std_allocator
impl RefUnwindSafe for std_allocator
impl Send for std_allocator
impl Sync for std_allocator
impl Unpin for std_allocator
impl UnwindSafe for std_allocator
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