pub enum MemFlags {
None,
Device,
Threadgroup,
Texture,
}Expand description
Memory flags for threadgroup_barrier.
Variants§
None
mem_flags::mem_none
Device
mem_flags::mem_device
Threadgroup
mem_flags::mem_threadgroup
Texture
mem_flags::mem_texture
Trait Implementations§
impl Copy for MemFlags
impl Eq for MemFlags
impl StructuralPartialEq for MemFlags
Auto Trait Implementations§
impl Freeze for MemFlags
impl RefUnwindSafe for MemFlags
impl Send for MemFlags
impl Sync for MemFlags
impl Unpin for MemFlags
impl UnsafeUnpin for MemFlags
impl UnwindSafe for MemFlags
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