pub struct Sizing128KiB;Expand description
Marker trait for Teaspoon that supports allocating objects up to 128 KiB.
See the module-level documentation for more information about the Teaspoon allocator variants and their sizing limits.
Trait Implementations§
Source§impl Clone for Sizing128KiB
impl Clone for Sizing128KiB
Source§fn clone(&self) -> Sizing128KiB
fn clone(&self) -> Sizing128KiB
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 Sizing128KiB
impl Debug for Sizing128KiB
Source§impl Hash for Sizing128KiB
impl Hash for Sizing128KiB
Source§impl PartialEq for Sizing128KiB
impl PartialEq for Sizing128KiB
impl Copy for Sizing128KiB
impl Eq for Sizing128KiB
impl Sizing for Sizing128KiB
impl StructuralPartialEq for Sizing128KiB
Auto Trait Implementations§
impl Freeze for Sizing128KiB
impl RefUnwindSafe for Sizing128KiB
impl Send for Sizing128KiB
impl Sync for Sizing128KiB
impl Unpin for Sizing128KiB
impl UnwindSafe for Sizing128KiB
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)