pub struct BlitPassSampleBufferAttachmentDescriptorArrayRef(/* private fields */);Expand description
A borrowed reference to a BlitPassSampleBufferAttachmentDescriptorArray.
Implementations§
Source§impl BlitPassSampleBufferAttachmentDescriptorArrayRef
impl BlitPassSampleBufferAttachmentDescriptorArrayRef
pub fn object_at( &self, index: NSUInteger, ) -> Option<&BlitPassSampleBufferAttachmentDescriptorRef>
pub fn set_object_at( &self, index: NSUInteger, attachment: Option<&BlitPassSampleBufferAttachmentDescriptorRef>, )
Trait Implementations§
Source§impl AsMut<BlitPassSampleBufferAttachmentDescriptorArrayRef> for BlitPassSampleBufferAttachmentDescriptorArray
impl AsMut<BlitPassSampleBufferAttachmentDescriptorArrayRef> for BlitPassSampleBufferAttachmentDescriptorArray
Source§fn as_mut(&mut self) -> &mut BlitPassSampleBufferAttachmentDescriptorArrayRef
fn as_mut(&mut self) -> &mut BlitPassSampleBufferAttachmentDescriptorArrayRef
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<BlitPassSampleBufferAttachmentDescriptorArrayRef> for BlitPassSampleBufferAttachmentDescriptorArray
impl AsRef<BlitPassSampleBufferAttachmentDescriptorArrayRef> for BlitPassSampleBufferAttachmentDescriptorArray
Source§fn as_ref(&self) -> &BlitPassSampleBufferAttachmentDescriptorArrayRef
fn as_ref(&self) -> &BlitPassSampleBufferAttachmentDescriptorArrayRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<BlitPassSampleBufferAttachmentDescriptorArrayRef> for BlitPassSampleBufferAttachmentDescriptorArray
impl Borrow<BlitPassSampleBufferAttachmentDescriptorArrayRef> for BlitPassSampleBufferAttachmentDescriptorArray
Source§fn borrow(&self) -> &BlitPassSampleBufferAttachmentDescriptorArrayRef
fn borrow(&self) -> &BlitPassSampleBufferAttachmentDescriptorArrayRef
Immutably borrows from an owned value. Read more
Source§impl BorrowMut<BlitPassSampleBufferAttachmentDescriptorArrayRef> for BlitPassSampleBufferAttachmentDescriptorArray
impl BorrowMut<BlitPassSampleBufferAttachmentDescriptorArrayRef> for BlitPassSampleBufferAttachmentDescriptorArray
Source§fn borrow_mut(
&mut self,
) -> &mut BlitPassSampleBufferAttachmentDescriptorArrayRef
fn borrow_mut( &mut self, ) -> &mut BlitPassSampleBufferAttachmentDescriptorArrayRef
Mutably borrows from an owned value. Read more
Source§impl ForeignTypeRef for BlitPassSampleBufferAttachmentDescriptorArrayRef
impl ForeignTypeRef for BlitPassSampleBufferAttachmentDescriptorArrayRef
Source§type CType = MTLBlitPassSampleBufferAttachmentDescriptorArray
type CType = MTLBlitPassSampleBufferAttachmentDescriptorArray
The raw C type.
Source§unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type. Read more
Source§impl Message for BlitPassSampleBufferAttachmentDescriptorArrayRef
impl Message for BlitPassSampleBufferAttachmentDescriptorArrayRef
Source§unsafe fn send_message<A, R>(
&self,
sel: Sel,
args: A,
) -> Result<R, MessageError>
unsafe fn send_message<A, R>( &self, sel: Sel, args: A, ) -> Result<R, MessageError>
Sends a message to self with the given selector and arguments. Read more
Source§fn verify_message<A, R>(&self, sel: Sel) -> Result<(), MessageError>
fn verify_message<A, R>(&self, sel: Sel) -> Result<(), MessageError>
Verifies that the argument and return types match the encoding of the
method for the given selector. Read more
Source§impl ToOwned for BlitPassSampleBufferAttachmentDescriptorArrayRef
impl ToOwned for BlitPassSampleBufferAttachmentDescriptorArrayRef
Source§type Owned = BlitPassSampleBufferAttachmentDescriptorArray
type Owned = BlitPassSampleBufferAttachmentDescriptorArray
The resulting type after obtaining ownership.
Source§fn to_owned(&self) -> BlitPassSampleBufferAttachmentDescriptorArray
fn to_owned(&self) -> BlitPassSampleBufferAttachmentDescriptorArray
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more