Struct ha_ndarray::ops::ViewSpec
source · pub struct ViewSpec {
pub shape: Shape,
pub strides: Strides,
pub source_strides: Strides,
}
Fields§
§shape: Shape
§strides: Strides
§source_strides: Strides
Implementations§
Trait Implementations§
source§impl PartialEq for ViewSpec
impl PartialEq for ViewSpec
impl Eq for ViewSpec
impl StructuralEq for ViewSpec
impl StructuralPartialEq for ViewSpec
Auto Trait Implementations§
impl RefUnwindSafe for ViewSpec
impl Send for ViewSpec
impl Sync for ViewSpec
impl Unpin for ViewSpec
impl UnwindSafe for ViewSpec
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