pub struct TileRenderPipelineColorAttachmentDescriptor {
pub pixel_format: usize,
}Expand description
Re-exports the Metal framework surface for this item.
Safe Rust description of MTLTileRenderPipelineColorAttachmentDescriptor.
Fields§
§pixel_format: usizeMirrors the Metal framework property for pixel_format.
Implementations§
Trait Implementations§
Source§impl Clone for TileRenderPipelineColorAttachmentDescriptor
impl Clone for TileRenderPipelineColorAttachmentDescriptor
Source§fn clone(&self) -> TileRenderPipelineColorAttachmentDescriptor
fn clone(&self) -> TileRenderPipelineColorAttachmentDescriptor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TileRenderPipelineColorAttachmentDescriptor
Auto Trait Implementations§
impl Freeze for TileRenderPipelineColorAttachmentDescriptor
impl RefUnwindSafe for TileRenderPipelineColorAttachmentDescriptor
impl Send for TileRenderPipelineColorAttachmentDescriptor
impl Sync for TileRenderPipelineColorAttachmentDescriptor
impl Unpin for TileRenderPipelineColorAttachmentDescriptor
impl UnsafeUnpin for TileRenderPipelineColorAttachmentDescriptor
impl UnwindSafe for TileRenderPipelineColorAttachmentDescriptor
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