#[repr(transparent)]pub struct StoreAction(pub UInteger);Expand description
Store action for render pass attachments.
C++ equivalent: MTL::StoreAction
Tuple Fields§
§0: UIntegerImplementations§
Source§impl StoreAction
impl StoreAction
pub const DONT_CARE: Self
pub const STORE: Self
pub const MULTISAMPLE_RESOLVE: Self
pub const STORE_AND_MULTISAMPLE_RESOLVE: Self
pub const UNKNOWN: Self
pub const CUSTOM_SAMPLE_DEPTH_STORE: Self
Trait Implementations§
Source§impl Clone for StoreAction
impl Clone for StoreAction
Source§fn clone(&self) -> StoreAction
fn clone(&self) -> StoreAction
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 Debug for StoreAction
impl Debug for StoreAction
Source§impl Default for StoreAction
impl Default for StoreAction
Source§fn default() -> StoreAction
fn default() -> StoreAction
Returns the “default value” for a type. Read more
Source§impl Hash for StoreAction
impl Hash for StoreAction
Source§impl PartialEq for StoreAction
impl PartialEq for StoreAction
impl Copy for StoreAction
impl Eq for StoreAction
impl StructuralPartialEq for StoreAction
Auto Trait Implementations§
impl Freeze for StoreAction
impl RefUnwindSafe for StoreAction
impl Send for StoreAction
impl Sync for StoreAction
impl Unpin for StoreAction
impl UnwindSafe for StoreAction
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