pub struct ConstShape3i8<const X: i8, const Y: i8, const Z: i8>;Implementations§
Trait Implementations§
Source§impl<const X: i8, const Y: i8, const Z: i8> Clone for ConstShape3i8<X, Y, Z>
impl<const X: i8, const Y: i8, const Z: i8> Clone for ConstShape3i8<X, Y, Z>
Source§fn clone(&self) -> ConstShape3i8<X, Y, Z>
fn clone(&self) -> ConstShape3i8<X, Y, Z>
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<const X: i8, const Y: i8, const Z: i8> ConstShape<3> for ConstShape3i8<X, Y, Z>
impl<const X: i8, const Y: i8, const Z: i8> ConstShape<3> for ConstShape3i8<X, Y, Z>
impl<const X: i8, const Y: i8, const Z: i8> Copy for ConstShape3i8<X, Y, Z>
impl<const X: i8, const Y: i8, const Z: i8> Eq for ConstShape3i8<X, Y, Z>
impl<const X: i8, const Y: i8, const Z: i8> StructuralPartialEq for ConstShape3i8<X, Y, Z>
Auto Trait Implementations§
impl<const X: i8, const Y: i8, const Z: i8> Freeze for ConstShape3i8<X, Y, Z>
impl<const X: i8, const Y: i8, const Z: i8> RefUnwindSafe for ConstShape3i8<X, Y, Z>
impl<const X: i8, const Y: i8, const Z: i8> Send for ConstShape3i8<X, Y, Z>
impl<const X: i8, const Y: i8, const Z: i8> Sync for ConstShape3i8<X, Y, Z>
impl<const X: i8, const Y: i8, const Z: i8> Unpin for ConstShape3i8<X, Y, Z>
impl<const X: i8, const Y: i8, const Z: i8> UnwindSafe for ConstShape3i8<X, Y, Z>
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