pub struct WorkgroupState { /* private fields */ }Expand description
The WorkgroupState struct provides task-stage invocations with explicitly shared workgroup storage.
Implementations§
Trait Implementations§
Source§impl Clone for WorkgroupState
impl Clone for WorkgroupState
Source§fn clone(&self) -> WorkgroupState
fn clone(&self) -> WorkgroupState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WorkgroupState
impl Debug for WorkgroupState
Source§impl Default for WorkgroupState
impl Default for WorkgroupState
Source§fn default() -> WorkgroupState
fn default() -> WorkgroupState
Returns the “default value” for a type. Read more
Source§impl PartialEq for WorkgroupState
impl PartialEq for WorkgroupState
impl StructuralPartialEq for WorkgroupState
Auto Trait Implementations§
impl Freeze for WorkgroupState
impl RefUnwindSafe for WorkgroupState
impl Send for WorkgroupState
impl Sync for WorkgroupState
impl Unpin for WorkgroupState
impl UnsafeUnpin for WorkgroupState
impl UnwindSafe for WorkgroupState
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