pub struct ForwardWorkspace { /* private fields */ }Expand description
Reusable host buffers for allocation-free repeated forward evaluations.
Implementations§
Trait Implementations§
Source§impl Clone for ForwardWorkspace
impl Clone for ForwardWorkspace
Source§fn clone(&self) -> ForwardWorkspace
fn clone(&self) -> ForwardWorkspace
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 Freeze for ForwardWorkspace
impl RefUnwindSafe for ForwardWorkspace
impl Send for ForwardWorkspace
impl Sync for ForwardWorkspace
impl Unpin for ForwardWorkspace
impl UnsafeUnpin for ForwardWorkspace
impl UnwindSafe for ForwardWorkspace
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