#[repr(C)]pub enum CBLAS_OFFSET {
CblasRowOffset = 171,
CblasColOffset = 172,
CblasFixOffset = 173,
}Variants§
Trait Implementations§
Source§impl Clone for CBLAS_OFFSET
impl Clone for CBLAS_OFFSET
Source§fn clone(&self) -> CBLAS_OFFSET
fn clone(&self) -> CBLAS_OFFSET
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 CBLAS_OFFSET
impl Debug for CBLAS_OFFSET
impl Copy for CBLAS_OFFSET
Auto Trait Implementations§
impl Freeze for CBLAS_OFFSET
impl RefUnwindSafe for CBLAS_OFFSET
impl Send for CBLAS_OFFSET
impl Sync for CBLAS_OFFSET
impl Unpin for CBLAS_OFFSET
impl UnwindSafe for CBLAS_OFFSET
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