Struct kn_cuda_sys::wrapper::descriptor::MatMulPreference
source · pub struct MatMulPreference { /* private fields */ }Implementations§
Trait Implementations§
source§impl Debug for MatMulPreference
impl Debug for MatMulPreference
Auto Trait Implementations§
impl RefUnwindSafe for MatMulPreference
impl !Send for MatMulPreference
impl !Sync for MatMulPreference
impl Unpin for MatMulPreference
impl UnwindSafe for MatMulPreference
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