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