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