#[repr(transparent)]pub struct LogicalToPhysicalColorAttachmentMappingState(pub Integer);Expand description
Logical to physical color attachment mapping state.
C++ equivalent: MTL4::LogicalToPhysicalColorAttachmentMappingState
Tuple Fields§
§0: IntegerImplementations§
Trait Implementations§
Source§impl Clone for LogicalToPhysicalColorAttachmentMappingState
impl Clone for LogicalToPhysicalColorAttachmentMappingState
Source§fn clone(&self) -> LogicalToPhysicalColorAttachmentMappingState
fn clone(&self) -> LogicalToPhysicalColorAttachmentMappingState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for LogicalToPhysicalColorAttachmentMappingState
impl Default for LogicalToPhysicalColorAttachmentMappingState
Source§fn default() -> LogicalToPhysicalColorAttachmentMappingState
fn default() -> LogicalToPhysicalColorAttachmentMappingState
Returns the “default value” for a type. Read more
Source§impl PartialEq for LogicalToPhysicalColorAttachmentMappingState
impl PartialEq for LogicalToPhysicalColorAttachmentMappingState
Source§fn eq(&self, other: &LogicalToPhysicalColorAttachmentMappingState) -> bool
fn eq(&self, other: &LogicalToPhysicalColorAttachmentMappingState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LogicalToPhysicalColorAttachmentMappingState
impl Eq for LogicalToPhysicalColorAttachmentMappingState
impl StructuralPartialEq for LogicalToPhysicalColorAttachmentMappingState
Auto Trait Implementations§
impl Freeze for LogicalToPhysicalColorAttachmentMappingState
impl RefUnwindSafe for LogicalToPhysicalColorAttachmentMappingState
impl Send for LogicalToPhysicalColorAttachmentMappingState
impl Sync for LogicalToPhysicalColorAttachmentMappingState
impl Unpin for LogicalToPhysicalColorAttachmentMappingState
impl UnwindSafe for LogicalToPhysicalColorAttachmentMappingState
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