pub struct TaskDispatchLimits {
pub max_mesh_workgroups_per_dim: u32,
pub max_mesh_workgroups_total: u32,
}Fields§
§max_mesh_workgroups_per_dim: u32§max_mesh_workgroups_total: u32Trait Implementations§
Source§impl Clone for TaskDispatchLimits
impl Clone for TaskDispatchLimits
Source§fn clone(&self) -> TaskDispatchLimits
fn clone(&self) -> TaskDispatchLimits
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 moreimpl Copy for TaskDispatchLimits
Source§impl Debug for TaskDispatchLimits
impl Debug for TaskDispatchLimits
impl Eq for TaskDispatchLimits
Source§impl Hash for TaskDispatchLimits
impl Hash for TaskDispatchLimits
Source§impl PartialEq for TaskDispatchLimits
impl PartialEq for TaskDispatchLimits
Source§fn eq(&self, other: &TaskDispatchLimits) -> bool
fn eq(&self, other: &TaskDispatchLimits) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TaskDispatchLimits
Auto Trait Implementations§
impl Freeze for TaskDispatchLimits
impl RefUnwindSafe for TaskDispatchLimits
impl Send for TaskDispatchLimits
impl Sync for TaskDispatchLimits
impl Unpin for TaskDispatchLimits
impl UnsafeUnpin for TaskDispatchLimits
impl UnwindSafe for TaskDispatchLimits
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.