pub struct ImToColDescriptor { /* private fields */ }Expand description
Mirrors the MPSGraph framework counterpart for this type.
Implementations§
Source§impl ImToColDescriptor
impl ImToColDescriptor
Sourcepub fn new(info: ImToColDescriptorInfo) -> Option<Self>
pub fn new(info: ImToColDescriptorInfo) -> Option<Self>
Calls the MPSGraph framework counterpart for new.
Trait Implementations§
Source§impl Drop for ImToColDescriptor
impl Drop for ImToColDescriptor
impl Send for ImToColDescriptor
impl Sync for ImToColDescriptor
Auto Trait Implementations§
impl Freeze for ImToColDescriptor
impl RefUnwindSafe for ImToColDescriptor
impl Unpin for ImToColDescriptor
impl UnsafeUnpin for ImToColDescriptor
impl UnwindSafe for ImToColDescriptor
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