pub struct Row<F, R, const WIDTH: usize> { /* private fields */ }
Trait Implementations§
Source§impl<N, R, const WIDTH: usize> From<(N, [R; WIDTH])> for Row<N, R, WIDTH>
impl<N, R, const WIDTH: usize> From<(N, [R; WIDTH])> for Row<N, R, WIDTH>
Source§fn from(value: (N, [R; WIDTH])) -> Self
fn from(value: (N, [R; WIDTH])) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<F, R, const WIDTH: usize> Freeze for Row<F, R, WIDTH>
impl<F, R, const WIDTH: usize> RefUnwindSafe for Row<F, R, WIDTH>where
F: RefUnwindSafe,
R: RefUnwindSafe,
impl<F, R, const WIDTH: usize> Send for Row<F, R, WIDTH>
impl<F, R, const WIDTH: usize> Sync for Row<F, R, WIDTH>
impl<F, R, const WIDTH: usize> Unpin for Row<F, R, WIDTH>
impl<F, R, const WIDTH: usize> UnwindSafe for Row<F, R, WIDTH>where
F: UnwindSafe,
R: UnwindSafe,
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