pub struct UnrolledBlocks(/* private fields */);
Expand description
Represents a collection of unrolled blocks.
Trait Implementations§
Source§impl Clone for UnrolledBlocks
impl Clone for UnrolledBlocks
Source§fn clone(&self) -> UnrolledBlocks
fn clone(&self) -> UnrolledBlocks
Returns a duplicate 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 moreSource§impl Debug for UnrolledBlocks
impl Debug for UnrolledBlocks
Source§impl Default for UnrolledBlocks
impl Default for UnrolledBlocks
Source§fn default() -> UnrolledBlocks
fn default() -> UnrolledBlocks
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UnrolledBlocks
impl RefUnwindSafe for UnrolledBlocks
impl Send for UnrolledBlocks
impl Sync for UnrolledBlocks
impl Unpin for UnrolledBlocks
impl UnwindSafe for UnrolledBlocks
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