pub struct FunctionStitchingAttribute(/* private fields */);Expand description
Base type for function stitching attributes.
C++ equivalent: MTL::FunctionStitchingAttribute
Implementations§
Trait Implementations§
Source§impl Clone for FunctionStitchingAttribute
impl Clone for FunctionStitchingAttribute
Source§impl Drop for FunctionStitchingAttribute
impl Drop for FunctionStitchingAttribute
Source§impl Referencing for FunctionStitchingAttribute
impl Referencing for FunctionStitchingAttribute
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 FunctionStitchingAttribute
impl Sync for FunctionStitchingAttribute
Auto Trait Implementations§
impl Freeze for FunctionStitchingAttribute
impl RefUnwindSafe for FunctionStitchingAttribute
impl Unpin for FunctionStitchingAttribute
impl UnwindSafe for FunctionStitchingAttribute
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