pub struct IntersectionFunctionTableDescriptor(/* private fields */);Implementations§
Methods from Deref<Target = IntersectionFunctionTableDescriptorRef>§
pub fn set_function_count(&self, count: NSUInteger)
Methods from Deref<Target = NsObjectRef>§
pub fn conforms_to_protocol<T>(&self) -> Result<bool, String>
Trait Implementations§
Source§impl AsMut<IntersectionFunctionTableDescriptorRef> for IntersectionFunctionTableDescriptor
impl AsMut<IntersectionFunctionTableDescriptorRef> for IntersectionFunctionTableDescriptor
Source§fn as_mut(&mut self) -> &mut IntersectionFunctionTableDescriptorRef
fn as_mut(&mut self) -> &mut IntersectionFunctionTableDescriptorRef
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<IntersectionFunctionTableDescriptorRef> for IntersectionFunctionTableDescriptor
impl AsRef<IntersectionFunctionTableDescriptorRef> for IntersectionFunctionTableDescriptor
Source§fn as_ref(&self) -> &IntersectionFunctionTableDescriptorRef
fn as_ref(&self) -> &IntersectionFunctionTableDescriptorRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<IntersectionFunctionTableDescriptorRef> for IntersectionFunctionTableDescriptor
impl Borrow<IntersectionFunctionTableDescriptorRef> for IntersectionFunctionTableDescriptor
Source§fn borrow(&self) -> &IntersectionFunctionTableDescriptorRef
fn borrow(&self) -> &IntersectionFunctionTableDescriptorRef
Immutably borrows from an owned value. Read more
Source§impl BorrowMut<IntersectionFunctionTableDescriptorRef> for IntersectionFunctionTableDescriptor
impl BorrowMut<IntersectionFunctionTableDescriptorRef> for IntersectionFunctionTableDescriptor
Source§fn borrow_mut(&mut self) -> &mut IntersectionFunctionTableDescriptorRef
fn borrow_mut(&mut self) -> &mut IntersectionFunctionTableDescriptorRef
Mutably borrows from an owned value. Read more
Source§impl Clone for IntersectionFunctionTableDescriptor
impl Clone for IntersectionFunctionTableDescriptor
Source§fn clone(&self) -> IntersectionFunctionTableDescriptor
fn clone(&self) -> IntersectionFunctionTableDescriptor
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Deref for IntersectionFunctionTableDescriptor
impl Deref for IntersectionFunctionTableDescriptor
Source§type Target = IntersectionFunctionTableDescriptorRef
type Target = IntersectionFunctionTableDescriptorRef
The resulting type after dereferencing.
Source§fn deref(&self) -> &IntersectionFunctionTableDescriptorRef
fn deref(&self) -> &IntersectionFunctionTableDescriptorRef
Dereferences the value.
Source§impl DerefMut for IntersectionFunctionTableDescriptor
impl DerefMut for IntersectionFunctionTableDescriptor
Source§fn deref_mut(&mut self) -> &mut IntersectionFunctionTableDescriptorRef
fn deref_mut(&mut self) -> &mut IntersectionFunctionTableDescriptorRef
Mutably dereferences the value.
Source§impl ForeignType for IntersectionFunctionTableDescriptor
impl ForeignType for IntersectionFunctionTableDescriptor
Source§type CType = MTLIntersectionFunctionTableDescriptor
type CType = MTLIntersectionFunctionTableDescriptor
The raw C type.
Source§type Ref = IntersectionFunctionTableDescriptorRef
type Ref = IntersectionFunctionTableDescriptorRef
The type representing a reference to this type.
Source§unsafe fn from_ptr(
ptr: *mut MTLIntersectionFunctionTableDescriptor,
) -> IntersectionFunctionTableDescriptor
unsafe fn from_ptr( ptr: *mut MTLIntersectionFunctionTableDescriptor, ) -> IntersectionFunctionTableDescriptor
Constructs an instance of this type from its raw type. Read more
Source§fn as_ptr(&self) -> *mut MTLIntersectionFunctionTableDescriptor
fn as_ptr(&self) -> *mut MTLIntersectionFunctionTableDescriptor
Returns a raw pointer to the wrapped value.
Source§impl From<IntersectionFunctionTableDescriptor> for NsObject
impl From<IntersectionFunctionTableDescriptor> for NsObject
Source§fn from(item: IntersectionFunctionTableDescriptor) -> Self
fn from(item: IntersectionFunctionTableDescriptor) -> Self
Converts to this type from the input type.
impl Send for IntersectionFunctionTableDescriptor
impl Sync for IntersectionFunctionTableDescriptor
Auto Trait Implementations§
impl Freeze for IntersectionFunctionTableDescriptor
impl RefUnwindSafe for IntersectionFunctionTableDescriptor
impl Unpin for IntersectionFunctionTableDescriptor
impl UnwindSafe for IntersectionFunctionTableDescriptor
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)