pub struct Sizing16MiB;Expand description
Marker trait for Teaspoon that supports allocating objects up to 16 MiB.
See the module-level documentation for more information about the Teaspoon allocator variants and their sizing limits.
Trait Implementations§
Source§impl Clone for Sizing16MiB
impl Clone for Sizing16MiB
Source§fn clone(&self) -> Sizing16MiB
fn clone(&self) -> Sizing16MiB
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Sizing16MiB
impl Debug for Sizing16MiB
Source§impl Hash for Sizing16MiB
impl Hash for Sizing16MiB
Source§impl PartialEq for Sizing16MiB
impl PartialEq for Sizing16MiB
impl Copy for Sizing16MiB
impl Eq for Sizing16MiB
impl Sizing for Sizing16MiB
impl StructuralPartialEq for Sizing16MiB
Auto Trait Implementations§
impl Freeze for Sizing16MiB
impl RefUnwindSafe for Sizing16MiB
impl Send for Sizing16MiB
impl Sync for Sizing16MiB
impl Unpin for Sizing16MiB
impl UnwindSafe for Sizing16MiB
Blanket Implementations§
§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)