#[repr(transparent)]pub struct MPSCNNConvolutionFlags(pub NSUInteger);Available on crate feature
MPSNeuralNetworkTypes only.Expand description
Tuple Fields§
§0: NSUIntegerImplementations§
Trait Implementations§
Source§impl Clone for MPSCNNConvolutionFlags
Available on crate feature MPSNeuralNetwork only.
impl Clone for MPSCNNConvolutionFlags
Available on crate feature
MPSNeuralNetwork only.Source§fn clone(&self) -> MPSCNNConvolutionFlags
fn clone(&self) -> MPSCNNConvolutionFlags
Returns a duplicate of the value. Read more
1.0.0 · 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 MPSCNNConvolutionFlags
Available on crate feature MPSNeuralNetwork only.
impl Debug for MPSCNNConvolutionFlags
Available on crate feature
MPSNeuralNetwork only.Source§impl Encode for MPSCNNConvolutionFlags
Available on crate feature MPSNeuralNetwork only.
impl Encode for MPSCNNConvolutionFlags
Available on crate feature
MPSNeuralNetwork only.Source§impl Hash for MPSCNNConvolutionFlags
Available on crate feature MPSNeuralNetwork only.
impl Hash for MPSCNNConvolutionFlags
Available on crate feature
MPSNeuralNetwork only.Source§impl Ord for MPSCNNConvolutionFlags
Available on crate feature MPSNeuralNetwork only.
impl Ord for MPSCNNConvolutionFlags
Available on crate feature
MPSNeuralNetwork only.Source§fn cmp(&self, other: &MPSCNNConvolutionFlags) -> Ordering
fn cmp(&self, other: &MPSCNNConvolutionFlags) -> Ordering
1.21.0 · 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 MPSCNNConvolutionFlags
Available on crate feature MPSNeuralNetwork only.
impl PartialEq for MPSCNNConvolutionFlags
Available on crate feature
MPSNeuralNetwork only.Source§impl PartialOrd for MPSCNNConvolutionFlags
Available on crate feature MPSNeuralNetwork only.
impl PartialOrd for MPSCNNConvolutionFlags
Available on crate feature
MPSNeuralNetwork only.Source§impl RefEncode for MPSCNNConvolutionFlags
Available on crate feature MPSNeuralNetwork only.
impl RefEncode for MPSCNNConvolutionFlags
Available on crate feature
MPSNeuralNetwork only.Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for MPSCNNConvolutionFlags
Available on crate feature
MPSNeuralNetwork only.impl Eq for MPSCNNConvolutionFlags
Available on crate feature
MPSNeuralNetwork only.impl StructuralPartialEq for MPSCNNConvolutionFlags
Available on crate feature
MPSNeuralNetwork only.Auto Trait Implementations§
impl Freeze for MPSCNNConvolutionFlags
impl RefUnwindSafe for MPSCNNConvolutionFlags
impl Send for MPSCNNConvolutionFlags
impl Sync for MPSCNNConvolutionFlags
impl Unpin for MPSCNNConvolutionFlags
impl UnwindSafe for MPSCNNConvolutionFlags
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.