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