pub struct RuntimePow2Shape<C, const N: usize> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<C: Clone, const N: usize> Clone for RuntimePow2Shape<C, N>
impl<C: Clone, const N: usize> Clone for RuntimePow2Shape<C, N>
Source§fn clone(&self) -> RuntimePow2Shape<C, N>
fn clone(&self) -> RuntimePow2Shape<C, N>
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 Shape<2> for RuntimePow2Shape<i16, 2>
impl Shape<2> for RuntimePow2Shape<i16, 2>
Source§impl Shape<2> for RuntimePow2Shape<i32, 2>
impl Shape<2> for RuntimePow2Shape<i32, 2>
Source§impl Shape<2> for RuntimePow2Shape<i64, 2>
impl Shape<2> for RuntimePow2Shape<i64, 2>
Source§impl Shape<2> for RuntimePow2Shape<i8, 2>
impl Shape<2> for RuntimePow2Shape<i8, 2>
Source§impl Shape<2> for RuntimePow2Shape<u16, 2>
impl Shape<2> for RuntimePow2Shape<u16, 2>
Source§impl Shape<2> for RuntimePow2Shape<u32, 2>
impl Shape<2> for RuntimePow2Shape<u32, 2>
Source§impl Shape<2> for RuntimePow2Shape<u64, 2>
impl Shape<2> for RuntimePow2Shape<u64, 2>
Source§impl Shape<2> for RuntimePow2Shape<u8, 2>
impl Shape<2> for RuntimePow2Shape<u8, 2>
Source§impl Shape<2> for RuntimePow2Shape<usize, 2>
impl Shape<2> for RuntimePow2Shape<usize, 2>
Source§impl Shape<3> for RuntimePow2Shape<i16, 3>
impl Shape<3> for RuntimePow2Shape<i16, 3>
Source§impl Shape<3> for RuntimePow2Shape<i32, 3>
impl Shape<3> for RuntimePow2Shape<i32, 3>
Source§impl Shape<3> for RuntimePow2Shape<i64, 3>
impl Shape<3> for RuntimePow2Shape<i64, 3>
Source§impl Shape<3> for RuntimePow2Shape<i8, 3>
impl Shape<3> for RuntimePow2Shape<i8, 3>
Source§impl Shape<3> for RuntimePow2Shape<u16, 3>
impl Shape<3> for RuntimePow2Shape<u16, 3>
Source§impl Shape<3> for RuntimePow2Shape<u32, 3>
impl Shape<3> for RuntimePow2Shape<u32, 3>
Source§impl Shape<3> for RuntimePow2Shape<u64, 3>
impl Shape<3> for RuntimePow2Shape<u64, 3>
Source§impl Shape<3> for RuntimePow2Shape<u8, 3>
impl Shape<3> for RuntimePow2Shape<u8, 3>
Source§impl Shape<3> for RuntimePow2Shape<usize, 3>
impl Shape<3> for RuntimePow2Shape<usize, 3>
Source§impl Shape<4> for RuntimePow2Shape<i16, 4>
impl Shape<4> for RuntimePow2Shape<i16, 4>
Source§impl Shape<4> for RuntimePow2Shape<i32, 4>
impl Shape<4> for RuntimePow2Shape<i32, 4>
Source§impl Shape<4> for RuntimePow2Shape<i64, 4>
impl Shape<4> for RuntimePow2Shape<i64, 4>
Source§impl Shape<4> for RuntimePow2Shape<i8, 4>
impl Shape<4> for RuntimePow2Shape<i8, 4>
Source§impl Shape<4> for RuntimePow2Shape<u16, 4>
impl Shape<4> for RuntimePow2Shape<u16, 4>
Source§impl Shape<4> for RuntimePow2Shape<u32, 4>
impl Shape<4> for RuntimePow2Shape<u32, 4>
Source§impl Shape<4> for RuntimePow2Shape<u64, 4>
impl Shape<4> for RuntimePow2Shape<u64, 4>
Source§impl Shape<4> for RuntimePow2Shape<u8, 4>
impl Shape<4> for RuntimePow2Shape<u8, 4>
Auto Trait Implementations§
impl<C, const N: usize> Freeze for RuntimePow2Shape<C, N>where
C: Freeze,
impl<C, const N: usize> RefUnwindSafe for RuntimePow2Shape<C, N>where
C: RefUnwindSafe,
impl<C, const N: usize> Send for RuntimePow2Shape<C, N>where
C: Send,
impl<C, const N: usize> Sync for RuntimePow2Shape<C, N>where
C: Sync,
impl<C, const N: usize> Unpin for RuntimePow2Shape<C, N>where
C: Unpin,
impl<C, const N: usize> UnwindSafe for RuntimePow2Shape<C, N>where
C: UnwindSafe,
Blanket Implementations§
Source§impl<S, const N: usize> AbstractShape<<S as Shape<N>>::Coord, [<S as Shape<N>>::Coord; N]> for Swhere
S: Shape<N>,
impl<S, const N: usize> AbstractShape<<S as Shape<N>>::Coord, [<S as Shape<N>>::Coord; N]> for Swhere
S: Shape<N>,
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