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