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