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