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