#[repr(C)]pub enum Side {
Left = 141,
Right = 142,
}Variants§
Trait Implementations§
Source§impl From<Side> for CBLAS_SIDE
impl From<Side> for CBLAS_SIDE
Source§fn from(value: Side) -> CBLAS_SIDE
fn from(value: Side) -> CBLAS_SIDE
Converts to this type from the input type.
impl Copy for Side
impl Eq for Side
impl StructuralPartialEq for Side
Auto Trait Implementations§
impl Freeze for Side
impl RefUnwindSafe for Side
impl Send for Side
impl Sync for Side
impl Unpin for Side
impl UnwindSafe for Side
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