pub struct GEMM { /* private fields */ }
Trait Implementations§
source§impl Deref for GEMM
impl Deref for GEMM
impl LazyStatic for GEMM
Auto Trait Implementations§
impl RefUnwindSafe for GEMM
impl Send for GEMM
impl Sync for GEMM
impl Unpin for GEMM
impl UnwindSafe for GEMM
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