#[repr(u64)]pub enum MTLStoreAction {
DontCare = 0,
Store = 1,
}Expand description
Store action for render pass attachments
Variants§
Trait Implementations§
Source§impl Clone for MTLStoreAction
impl Clone for MTLStoreAction
Source§fn clone(&self) -> MTLStoreAction
fn clone(&self) -> MTLStoreAction
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 MTLStoreAction
impl Debug for MTLStoreAction
Source§impl Default for MTLStoreAction
impl Default for MTLStoreAction
Source§fn default() -> MTLStoreAction
fn default() -> MTLStoreAction
Returns the “default value” for a type. Read more
impl Copy for MTLStoreAction
Auto Trait Implementations§
impl Freeze for MTLStoreAction
impl RefUnwindSafe for MTLStoreAction
impl Send for MTLStoreAction
impl Sync for MTLStoreAction
impl Unpin for MTLStoreAction
impl UnwindSafe for MTLStoreAction
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