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