#[repr(i32)]pub enum WGPUStoreOp {
Undefined = 0,
Store = 1,
Discard = 2,
}Variants§
Implementations§
Source§impl WGPUStoreOp
impl WGPUStoreOp
Trait Implementations§
Source§impl Clone for WGPUStoreOp
impl Clone for WGPUStoreOp
Source§fn clone(&self) -> WGPUStoreOp
fn clone(&self) -> WGPUStoreOp
Returns a copy 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 WGPUStoreOp
impl Debug for WGPUStoreOp
Source§impl Display for WGPUStoreOp
impl Display for WGPUStoreOp
Source§impl<'_derivative_strum> From<&'_derivative_strum WGPUStoreOp> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum WGPUStoreOp> for &'static str
Source§fn from(x: &'_derivative_strum WGPUStoreOp) -> &'static str
fn from(x: &'_derivative_strum WGPUStoreOp) -> &'static str
Converts to this type from the input type.
Source§impl From<WGPUStoreOp> for &'static str
impl From<WGPUStoreOp> for &'static str
Source§fn from(x: WGPUStoreOp) -> &'static str
fn from(x: WGPUStoreOp) -> &'static str
Converts to this type from the input type.
Source§impl FromStr for WGPUStoreOp
impl FromStr for WGPUStoreOp
Source§impl Hash for WGPUStoreOp
impl Hash for WGPUStoreOp
Source§impl IntoEnumIterator for WGPUStoreOp
impl IntoEnumIterator for WGPUStoreOp
type Iterator = WGPUStoreOpIter
fn iter() -> WGPUStoreOpIter ⓘ
Source§impl PartialEq for WGPUStoreOp
impl PartialEq for WGPUStoreOp
Source§impl TryFrom<&str> for WGPUStoreOp
impl TryFrom<&str> for WGPUStoreOp
impl Copy for WGPUStoreOp
impl Eq for WGPUStoreOp
impl StructuralPartialEq for WGPUStoreOp
Auto Trait Implementations§
impl Freeze for WGPUStoreOp
impl RefUnwindSafe for WGPUStoreOp
impl Send for WGPUStoreOp
impl Sync for WGPUStoreOp
impl Unpin for WGPUStoreOp
impl UnwindSafe for WGPUStoreOp
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