pub enum WGSLAccess {
Read,
Write,
ReadWrite,
}Expand description
Resource access mode for storage buffers and storage textures.
Variants§
Trait Implementations§
Source§impl Clone for WGSLAccess
impl Clone for WGSLAccess
Source§fn clone(&self) -> WGSLAccess
fn clone(&self) -> WGSLAccess
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 WGSLAccess
impl Debug for WGSLAccess
Source§impl Display for WGSLAccess
impl Display for WGSLAccess
Source§impl Hash for WGSLAccess
impl Hash for WGSLAccess
Source§impl PartialEq for WGSLAccess
impl PartialEq for WGSLAccess
impl Copy for WGSLAccess
impl Eq for WGSLAccess
impl StructuralPartialEq for WGSLAccess
Auto Trait Implementations§
impl Freeze for WGSLAccess
impl RefUnwindSafe for WGSLAccess
impl Send for WGSLAccess
impl Sync for WGSLAccess
impl Unpin for WGSLAccess
impl UnsafeUnpin for WGSLAccess
impl UnwindSafe for WGSLAccess
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