pub enum StorageTextureAccess {
BindingNotUsed,
Undefined,
WriteOnly,
ReadOnly,
ReadWrite,
}Variants§
Trait Implementations§
Source§impl Clone for StorageTextureAccess
impl Clone for StorageTextureAccess
Source§fn clone(&self) -> StorageTextureAccess
fn clone(&self) -> StorageTextureAccess
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 StorageTextureAccess
impl Debug for StorageTextureAccess
Source§impl From<StorageTextureAccess> for c_uint
impl From<StorageTextureAccess> for c_uint
Source§fn from(value: StorageTextureAccess) -> Self
fn from(value: StorageTextureAccess) -> Self
Converts to this type from the input type.
Source§impl From<u32> for StorageTextureAccess
impl From<u32> for StorageTextureAccess
Source§impl Hash for StorageTextureAccess
impl Hash for StorageTextureAccess
Source§impl PartialEq for StorageTextureAccess
impl PartialEq for StorageTextureAccess
impl Copy for StorageTextureAccess
impl Eq for StorageTextureAccess
impl StructuralPartialEq for StorageTextureAccess
Auto Trait Implementations§
impl Freeze for StorageTextureAccess
impl RefUnwindSafe for StorageTextureAccess
impl Send for StorageTextureAccess
impl Sync for StorageTextureAccess
impl Unpin for StorageTextureAccess
impl UnsafeUnpin for StorageTextureAccess
impl UnwindSafe for StorageTextureAccess
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