pub struct FastAllocParam { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for FastAllocParam
impl Clone for FastAllocParam
Source§fn clone(&self) -> FastAllocParam
fn clone(&self) -> FastAllocParam
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for FastAllocParam
Auto Trait Implementations§
impl Freeze for FastAllocParam
impl RefUnwindSafe for FastAllocParam
impl !Send for FastAllocParam
impl !Sync for FastAllocParam
impl Unpin for FastAllocParam
impl UnwindSafe for FastAllocParam
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