pub struct MTLRenderPipelineColorAttachmentDescriptorArray(/* private fields */);Trait Implementations§
Source§impl Array<MTLRenderPipelineColorAttachmentDescriptor> for MTLRenderPipelineColorAttachmentDescriptorArray
impl Array<MTLRenderPipelineColorAttachmentDescriptor> for MTLRenderPipelineColorAttachmentDescriptorArray
Source§unsafe fn set_object_at_indexed_subscript(&self, index: NSUInteger, obj: &T)
unsafe fn set_object_at_indexed_subscript(&self, index: NSUInteger, obj: &T)
Puts in the array at the specified index the specified object.
Auto Trait Implementations§
impl Freeze for MTLRenderPipelineColorAttachmentDescriptorArray
impl RefUnwindSafe for MTLRenderPipelineColorAttachmentDescriptorArray
impl !Send for MTLRenderPipelineColorAttachmentDescriptorArray
impl !Sync for MTLRenderPipelineColorAttachmentDescriptorArray
impl Unpin for MTLRenderPipelineColorAttachmentDescriptorArray
impl UnwindSafe for MTLRenderPipelineColorAttachmentDescriptorArray
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