#[repr(C)]pub struct allocator_traits__Ptr {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for allocator_traits__Ptr
impl Clone for allocator_traits__Ptr
Source§fn clone(&self) -> allocator_traits__Ptr
fn clone(&self) -> allocator_traits__Ptr
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__Ptr
impl Debug for allocator_traits__Ptr
Source§impl Default for allocator_traits__Ptr
impl Default for allocator_traits__Ptr
Source§fn default() -> allocator_traits__Ptr
fn default() -> allocator_traits__Ptr
Returns the “default value” for a type. Read more
Source§impl PartialEq for allocator_traits__Ptr
impl PartialEq for allocator_traits__Ptr
impl Copy for allocator_traits__Ptr
impl Eq for allocator_traits__Ptr
impl StructuralPartialEq for allocator_traits__Ptr
Auto Trait Implementations§
impl Freeze for allocator_traits__Ptr
impl RefUnwindSafe for allocator_traits__Ptr
impl Send for allocator_traits__Ptr
impl Sync for allocator_traits__Ptr
impl Unpin for allocator_traits__Ptr
impl UnwindSafe for allocator_traits__Ptr
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