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