pub struct ConstShape4usize<const X: usize, const Y: usize, const Z: usize, const W: usize>;Implementations§
Trait Implementations§
Source§impl<const X: usize, const Y: usize, const Z: usize, const W: usize> Clone for ConstShape4usize<X, Y, Z, W>
impl<const X: usize, const Y: usize, const Z: usize, const W: usize> Clone for ConstShape4usize<X, Y, Z, W>
Source§fn clone(&self) -> ConstShape4usize<X, Y, Z, W>
fn clone(&self) -> ConstShape4usize<X, Y, Z, W>
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: usize, const Y: usize, const Z: usize, const W: usize> ConstShape<4> for ConstShape4usize<X, Y, Z, W>
impl<const X: usize, const Y: usize, const Z: usize, const W: usize> ConstShape<4> for ConstShape4usize<X, Y, Z, W>
Source§impl<const X: usize, const Y: usize, const Z: usize, const W: usize> Debug for ConstShape4usize<X, Y, Z, W>
impl<const X: usize, const Y: usize, const Z: usize, const W: usize> Debug for ConstShape4usize<X, Y, Z, W>
Source§impl<const X: usize, const Y: usize, const Z: usize, const W: usize> PartialEq for ConstShape4usize<X, Y, Z, W>
impl<const X: usize, const Y: usize, const Z: usize, const W: usize> PartialEq for ConstShape4usize<X, Y, Z, W>
Source§fn eq(&self, other: &ConstShape4usize<X, Y, Z, W>) -> bool
fn eq(&self, other: &ConstShape4usize<X, Y, Z, W>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<const X: usize, const Y: usize, const Z: usize, const W: usize> Copy for ConstShape4usize<X, Y, Z, W>
impl<const X: usize, const Y: usize, const Z: usize, const W: usize> Eq for ConstShape4usize<X, Y, Z, W>
impl<const X: usize, const Y: usize, const Z: usize, const W: usize> StructuralPartialEq for ConstShape4usize<X, Y, Z, W>
Auto Trait Implementations§
impl<const X: usize, const Y: usize, const Z: usize, const W: usize> Freeze for ConstShape4usize<X, Y, Z, W>
impl<const X: usize, const Y: usize, const Z: usize, const W: usize> RefUnwindSafe for ConstShape4usize<X, Y, Z, W>
impl<const X: usize, const Y: usize, const Z: usize, const W: usize> Send for ConstShape4usize<X, Y, Z, W>
impl<const X: usize, const Y: usize, const Z: usize, const W: usize> Sync for ConstShape4usize<X, Y, Z, W>
impl<const X: usize, const Y: usize, const Z: usize, const W: usize> Unpin for ConstShape4usize<X, Y, Z, W>
impl<const X: usize, const Y: usize, const Z: usize, const W: usize> UnwindSafe for ConstShape4usize<X, Y, Z, W>
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