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