#[repr(u64)]pub enum MTLStoreAction {
DontCare = 0,
Store = 1,
MultisampleResolve = 2,
StoreAndMultisampleResolve = 3,
Unknown = 4,
CustomSampleDepthStore = 5,
}Variants§
DontCare = 0
Store = 1
MultisampleResolve = 2
StoreAndMultisampleResolve = 3
Unknown = 4
CustomSampleDepthStore = 5
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
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