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