pub struct RegionAllocatorMuClass;Trait Implementations§
Source§impl Clone for RegionAllocatorMuClass
impl Clone for RegionAllocatorMuClass
Source§fn clone(&self) -> RegionAllocatorMuClass
fn clone(&self) -> RegionAllocatorMuClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RegionAllocatorMuClass
Source§impl Debug for RegionAllocatorMuClass
impl Debug for RegionAllocatorMuClass
Source§impl Default for RegionAllocatorMuClass
impl Default for RegionAllocatorMuClass
Source§fn default() -> RegionAllocatorMuClass
fn default() -> RegionAllocatorMuClass
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RegionAllocatorMuClass
impl RefUnwindSafe for RegionAllocatorMuClass
impl Send for RegionAllocatorMuClass
impl Sync for RegionAllocatorMuClass
impl Unpin for RegionAllocatorMuClass
impl UnsafeUnpin for RegionAllocatorMuClass
impl UnwindSafe for RegionAllocatorMuClass
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
Source§impl<T> PinInit<T> for T
impl<T> PinInit<T> for T
Source§unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), !>
unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), !>
Initializes
slot. Read moreSource§fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E>where
F: FnOnce(Pin<&mut T>) -> Result<(), E>,
fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E>where
F: FnOnce(Pin<&mut T>) -> Result<(), E>,
First initializes the value using
self then calls the function f with the initialized
value. Read more§impl<T> ToMutPtr for Twhere
T: ?Sized,
impl<T> ToMutPtr for Twhere
T: ?Sized,
§fn to_mut_ptr(&self) -> *mut T
fn to_mut_ptr(&self) -> *mut T
Casts the reference to a mutable raw pointer.