#[repr(transparent)]pub struct CnnWeightsQuantizationType(pub usize);Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Clone for CnnWeightsQuantizationType
impl Clone for CnnWeightsQuantizationType
Source§fn clone(&self) -> CnnWeightsQuantizationType
fn clone(&self) -> CnnWeightsQuantizationType
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 CnnWeightsQuantizationType
impl Debug for CnnWeightsQuantizationType
Source§impl Default for CnnWeightsQuantizationType
impl Default for CnnWeightsQuantizationType
Source§fn default() -> CnnWeightsQuantizationType
fn default() -> CnnWeightsQuantizationType
Returns the “default value” for a type. Read more
Source§impl From<CnnWeightsQuantizationType> for usize
impl From<CnnWeightsQuantizationType> for usize
Source§fn from(value: CnnWeightsQuantizationType) -> Self
fn from(value: CnnWeightsQuantizationType) -> Self
Converts to this type from the input type.
Source§impl From<usize> for CnnWeightsQuantizationType
impl From<usize> for CnnWeightsQuantizationType
Source§impl Hash for CnnWeightsQuantizationType
impl Hash for CnnWeightsQuantizationType
Source§impl Ord for CnnWeightsQuantizationType
impl Ord for CnnWeightsQuantizationType
Source§fn cmp(&self, other: &CnnWeightsQuantizationType) -> Ordering
fn cmp(&self, other: &CnnWeightsQuantizationType) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CnnWeightsQuantizationType
impl PartialEq for CnnWeightsQuantizationType
Source§fn eq(&self, other: &CnnWeightsQuantizationType) -> bool
fn eq(&self, other: &CnnWeightsQuantizationType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CnnWeightsQuantizationType
impl PartialOrd for CnnWeightsQuantizationType
impl Copy for CnnWeightsQuantizationType
impl Eq for CnnWeightsQuantizationType
impl StructuralPartialEq for CnnWeightsQuantizationType
Auto Trait Implementations§
impl Freeze for CnnWeightsQuantizationType
impl RefUnwindSafe for CnnWeightsQuantizationType
impl Send for CnnWeightsQuantizationType
impl Sync for CnnWeightsQuantizationType
impl Unpin for CnnWeightsQuantizationType
impl UnsafeUnpin for CnnWeightsQuantizationType
impl UnwindSafe for CnnWeightsQuantizationType
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