#[repr(transparent)]pub struct Metal4LogicalToPhysicalColorAttachmentMappingState(pub usize);Expand description
Re-exports the Metal framework surface for this item.
Mirrors the Metal framework counterpart for Metal4LogicalToPhysicalColorAttachmentMappingState.
Mirrors the Metal framework counterpart for this type.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Clone for Metal4LogicalToPhysicalColorAttachmentMappingState
impl Clone for Metal4LogicalToPhysicalColorAttachmentMappingState
Source§fn clone(&self) -> Metal4LogicalToPhysicalColorAttachmentMappingState
fn clone(&self) -> Metal4LogicalToPhysicalColorAttachmentMappingState
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 Metal4LogicalToPhysicalColorAttachmentMappingState
Source§impl Default for Metal4LogicalToPhysicalColorAttachmentMappingState
impl Default for Metal4LogicalToPhysicalColorAttachmentMappingState
Source§fn default() -> Metal4LogicalToPhysicalColorAttachmentMappingState
fn default() -> Metal4LogicalToPhysicalColorAttachmentMappingState
Returns the “default value” for a type. Read more
impl Eq for Metal4LogicalToPhysicalColorAttachmentMappingState
Source§impl PartialEq for Metal4LogicalToPhysicalColorAttachmentMappingState
impl PartialEq for Metal4LogicalToPhysicalColorAttachmentMappingState
Source§fn eq(&self, other: &Metal4LogicalToPhysicalColorAttachmentMappingState) -> bool
fn eq(&self, other: &Metal4LogicalToPhysicalColorAttachmentMappingState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Metal4LogicalToPhysicalColorAttachmentMappingState
Auto Trait Implementations§
impl Freeze for Metal4LogicalToPhysicalColorAttachmentMappingState
impl RefUnwindSafe for Metal4LogicalToPhysicalColorAttachmentMappingState
impl Send for Metal4LogicalToPhysicalColorAttachmentMappingState
impl Sync for Metal4LogicalToPhysicalColorAttachmentMappingState
impl Unpin for Metal4LogicalToPhysicalColorAttachmentMappingState
impl UnsafeUnpin for Metal4LogicalToPhysicalColorAttachmentMappingState
impl UnwindSafe for Metal4LogicalToPhysicalColorAttachmentMappingState
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