pub enum MTLBlitPassSampleBufferAttachmentDescriptorArray {}Expand description
Trait Implementations§
Source§impl Message for MTLBlitPassSampleBufferAttachmentDescriptorArray
impl Message for MTLBlitPassSampleBufferAttachmentDescriptorArray
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
Auto Trait Implementations§
impl Freeze for MTLBlitPassSampleBufferAttachmentDescriptorArray
impl RefUnwindSafe for MTLBlitPassSampleBufferAttachmentDescriptorArray
impl Send for MTLBlitPassSampleBufferAttachmentDescriptorArray
impl Sync for MTLBlitPassSampleBufferAttachmentDescriptorArray
impl Unpin for MTLBlitPassSampleBufferAttachmentDescriptorArray
impl UnsafeUnpin for MTLBlitPassSampleBufferAttachmentDescriptorArray
impl UnwindSafe for MTLBlitPassSampleBufferAttachmentDescriptorArray
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