#[repr(u32)]pub enum ReductionAxesOp {
Sum = 0,
Maximum = 1,
Minimum = 2,
Product = 3,
}Variants§
Trait Implementations§
Source§impl Clone for ReductionAxesOp
impl Clone for ReductionAxesOp
Source§fn clone(&self) -> ReductionAxesOp
fn clone(&self) -> ReductionAxesOp
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 moreSource§impl Debug for ReductionAxesOp
impl Debug for ReductionAxesOp
Source§impl PartialEq for ReductionAxesOp
impl PartialEq for ReductionAxesOp
Source§fn eq(&self, other: &ReductionAxesOp) -> bool
fn eq(&self, other: &ReductionAxesOp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ReductionAxesOp
impl Eq for ReductionAxesOp
impl StructuralPartialEq for ReductionAxesOp
Auto Trait Implementations§
impl Freeze for ReductionAxesOp
impl RefUnwindSafe for ReductionAxesOp
impl Send for ReductionAxesOp
impl Sync for ReductionAxesOp
impl Unpin for ReductionAxesOp
impl UnsafeUnpin for ReductionAxesOp
impl UnwindSafe for ReductionAxesOp
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