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