#[repr(C)]pub struct MallocArenaAllocPolicyBase {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for MallocArenaAllocPolicyBase
impl Clone for MallocArenaAllocPolicyBase
Source§fn clone(&self) -> MallocArenaAllocPolicyBase
fn clone(&self) -> MallocArenaAllocPolicyBase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MallocArenaAllocPolicyBase
impl Debug for MallocArenaAllocPolicyBase
Source§impl PartialEq for MallocArenaAllocPolicyBase
impl PartialEq for MallocArenaAllocPolicyBase
Source§fn eq(&self, other: &MallocArenaAllocPolicyBase) -> bool
fn eq(&self, other: &MallocArenaAllocPolicyBase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MallocArenaAllocPolicyBase
impl StructuralPartialEq for MallocArenaAllocPolicyBase
Auto Trait Implementations§
impl Freeze for MallocArenaAllocPolicyBase
impl RefUnwindSafe for MallocArenaAllocPolicyBase
impl Send for MallocArenaAllocPolicyBase
impl Sync for MallocArenaAllocPolicyBase
impl Unpin for MallocArenaAllocPolicyBase
impl UnsafeUnpin for MallocArenaAllocPolicyBase
impl UnwindSafe for MallocArenaAllocPolicyBase
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