pub struct TensorDim(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for TensorDim
impl Ord for TensorDim
Source§impl PartialOrd for TensorDim
impl PartialOrd for TensorDim
impl Copy for TensorDim
impl Eq for TensorDim
impl StructuralPartialEq for TensorDim
Auto Trait Implementations§
impl Freeze for TensorDim
impl RefUnwindSafe for TensorDim
impl Send for TensorDim
impl Sync for TensorDim
impl Unpin for TensorDim
impl UnsafeUnpin for TensorDim
impl UnwindSafe for TensorDim
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