pub enum BLASSide {
Undefined = -1,
Left = 141,
Right = 142,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for BLASSide
impl Eq for BLASSide
impl Send for BLASSide
impl StructuralPartialEq for BLASSide
impl Sync for BLASSide
Auto Trait Implementations§
impl Freeze for BLASSide
impl RefUnwindSafe for BLASSide
impl Unpin for BLASSide
impl UnwindSafe for BLASSide
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