pub struct WgpuQueueLimits {
pub max_nodes: usize,
pub max_bytes: u64,
pub deadline_tick: u64,
}Expand description
Queue bounds for resident tensor submissions.
Fields§
§max_nodes: usizeMaximum queued nodes.
max_bytes: u64Maximum queued bytes.
deadline_tick: u64Maximum accepted deadline tick.
Trait Implementations§
Source§impl Clone for WgpuQueueLimits
impl Clone for WgpuQueueLimits
Source§fn clone(&self) -> WgpuQueueLimits
fn clone(&self) -> WgpuQueueLimits
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 WgpuQueueLimits
impl Debug for WgpuQueueLimits
impl Eq for WgpuQueueLimits
Source§impl PartialEq for WgpuQueueLimits
impl PartialEq for WgpuQueueLimits
impl StructuralPartialEq for WgpuQueueLimits
Auto Trait Implementations§
impl Freeze for WgpuQueueLimits
impl RefUnwindSafe for WgpuQueueLimits
impl Send for WgpuQueueLimits
impl Sync for WgpuQueueLimits
impl Unpin for WgpuQueueLimits
impl UnsafeUnpin for WgpuQueueLimits
impl UnwindSafe for WgpuQueueLimits
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.