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