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