#[repr(C)]pub struct new_allocator {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Debug for new_allocator
impl Debug for new_allocator
Source§impl Default for new_allocator
impl Default for new_allocator
Source§fn default() -> new_allocator
fn default() -> new_allocator
Returns the “default value” for a type. Read more
impl Eq for new_allocator
Source§impl PartialEq for new_allocator
impl PartialEq for new_allocator
Source§fn eq(&self, other: &new_allocator) -> bool
fn eq(&self, other: &new_allocator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for new_allocator
Auto Trait Implementations§
impl Freeze for new_allocator
impl RefUnwindSafe for new_allocator
impl Send for new_allocator
impl Sync for new_allocator
impl Unpin for new_allocator
impl UnsafeUnpin for new_allocator
impl UnwindSafe for new_allocator
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