#[repr(u32)]pub enum TensorTilingARM {
Optimal = 0,
Linear = 1,
}Variants§
Trait Implementations§
Source§impl Clone for TensorTilingARM
impl Clone for TensorTilingARM
Source§fn clone(&self) -> TensorTilingARM
fn clone(&self) -> TensorTilingARM
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TensorTilingARM
Source§impl Debug for TensorTilingARM
impl Debug for TensorTilingARM
impl Eq for TensorTilingARM
Source§impl PartialEq for TensorTilingARM
impl PartialEq for TensorTilingARM
Source§fn eq(&self, other: &TensorTilingARM) -> bool
fn eq(&self, other: &TensorTilingARM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TensorTilingARM
Auto Trait Implementations§
impl Freeze for TensorTilingARM
impl RefUnwindSafe for TensorTilingARM
impl Send for TensorTilingARM
impl Sync for TensorTilingARM
impl Unpin for TensorTilingARM
impl UnsafeUnpin for TensorTilingARM
impl UnwindSafe for TensorTilingARM
Blanket Implementations§
impl<T> Alias<T> for T
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