pub struct Preference {
pub raw: cublasLtMatmulPreference_t,
}Expand description
RAII handle for a cublasLtMatmulPreference_t. Created via
Preference::new, destroyed on Drop.
Fields§
§raw: cublasLtMatmulPreference_tImplementations§
Source§impl Preference
impl Preference
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Preference
impl RefUnwindSafe for Preference
impl Unpin for Preference
impl UnsafeUnpin for Preference
impl UnwindSafe for Preference
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