pub struct Strides3 {
pub batch: usize,
pub row: usize,
pub col: usize,
}Fields§
§batch: usize§row: usize§col: usizeImplementations§
Trait Implementations§
impl Copy for Strides3
impl Eq for Strides3
impl StructuralPartialEq for Strides3
Auto Trait Implementations§
impl Freeze for Strides3
impl RefUnwindSafe for Strides3
impl Send for Strides3
impl Sync for Strides3
impl Unpin for Strides3
impl UnsafeUnpin for Strides3
impl UnwindSafe for Strides3
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