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