pub struct NonZeroVolume3DArray(/* private fields */);
Expand description
WorkSize is the general, non-zero sized 3D array.
Trait Implementations§
Source§impl Clone for NonZeroVolume3DArray
impl Clone for NonZeroVolume3DArray
Source§fn clone(&self) -> NonZeroVolume3DArray
fn clone(&self) -> NonZeroVolume3DArray
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 NonZeroVolume3DArray
impl Debug for NonZeroVolume3DArray
Source§impl PartialEq for NonZeroVolume3DArray
impl PartialEq for NonZeroVolume3DArray
impl Eq for NonZeroVolume3DArray
impl StructuralPartialEq for NonZeroVolume3DArray
Auto Trait Implementations§
impl Freeze for NonZeroVolume3DArray
impl RefUnwindSafe for NonZeroVolume3DArray
impl Send for NonZeroVolume3DArray
impl Sync for NonZeroVolume3DArray
impl Unpin for NonZeroVolume3DArray
impl UnwindSafe for NonZeroVolume3DArray
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