pub enum ShapedKind {
RankedMemRef,
RankedTensor,
UnrankedMemRef,
UnrankedTensor,
Vector,
}
Variants§
Trait Implementations§
Source§impl Clone for ShapedKind
impl Clone for ShapedKind
Source§fn clone(&self) -> ShapedKind
fn clone(&self) -> ShapedKind
Returns a copy 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 Hash for ShapedKind
impl Hash for ShapedKind
Source§impl PartialEq for ShapedKind
impl PartialEq for ShapedKind
impl Copy for ShapedKind
impl Eq for ShapedKind
impl StructuralPartialEq for ShapedKind
Auto Trait Implementations§
impl Freeze for ShapedKind
impl RefUnwindSafe for ShapedKind
impl Send for ShapedKind
impl Sync for ShapedKind
impl Unpin for ShapedKind
impl UnwindSafe for ShapedKind
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