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