pub struct MachineLearningPipelineReflection(/* private fields */);Expand description
Reflection data for a machine learning pipeline.
C++ equivalent: MTL4::MachineLearningPipelineReflection
Implementations§
Source§impl MachineLearningPipelineReflection
impl MachineLearningPipelineReflection
Trait Implementations§
Source§impl Referencing for MachineLearningPipelineReflection
impl Referencing for MachineLearningPipelineReflection
Source§fn as_mut_ptr(&self) -> *mut c_void
fn as_mut_ptr(&self) -> *mut c_void
Get the raw mutable pointer to the Objective-C object.
Source§fn retain(&self) -> Selfwhere
Self: Clone,
fn retain(&self) -> Selfwhere
Self: Clone,
Retain the object, incrementing its reference count. Read more
Source§fn autorelease(&self) -> Selfwhere
Self: Clone,
fn autorelease(&self) -> Selfwhere
Self: Clone,
Autorelease the object. Read more
Source§fn retain_count(&self) -> usize
fn retain_count(&self) -> usize
Get the retain count of the object. Read more
impl Send for MachineLearningPipelineReflection
impl Sync for MachineLearningPipelineReflection
Auto Trait Implementations§
impl Freeze for MachineLearningPipelineReflection
impl RefUnwindSafe for MachineLearningPipelineReflection
impl Unpin for MachineLearningPipelineReflection
impl UnwindSafe for MachineLearningPipelineReflection
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