pub struct DispatchArena { /* private fields */ }Expand description
Backend-owned dispatch buffer arena.
Implementations§
Source§impl DispatchArena
impl DispatchArena
Sourcepub fn new(device: Device, queue: Queue, config: &DispatchConfig) -> Self
pub fn new(device: Device, queue: Queue, config: &DispatchConfig) -> Self
Create a dispatch arena backed by the canonical persistent buffer pool.
Trait Implementations§
Source§impl Clone for DispatchArena
impl Clone for DispatchArena
Source§fn clone(&self) -> DispatchArena
fn clone(&self) -> DispatchArena
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for DispatchArena
impl !UnwindSafe for DispatchArena
impl Freeze for DispatchArena
impl Send for DispatchArena
impl Sync for DispatchArena
impl Unpin for DispatchArena
impl UnsafeUnpin for DispatchArena
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