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