pub struct ReqExtended {
pub req: MeshReq,
pub config: Config,
}
Expand description
Wrapper type of request and configuration.
Fields§
§req: MeshReq
Mesh request.
config: Config
Matmul operation configuration.
Trait Implementations§
source§impl Clone for ReqExtended
impl Clone for ReqExtended
source§fn clone(&self) -> ReqExtended
fn clone(&self) -> ReqExtended
Returns a copy of the value. Read more
1.0.0 · 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 ReqExtended
impl Debug for ReqExtended
impl Copy for ReqExtended
Auto Trait Implementations§
impl RefUnwindSafe for ReqExtended
impl Send for ReqExtended
impl Sync for ReqExtended
impl Unpin for ReqExtended
impl UnwindSafe for ReqExtended
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