#[repr(u32)]pub enum blas_side_type {
blas_left_side = 141,
blas_right_side = 142,
}Expand description
Unused/Unsupported.
Variants§
Trait Implementations§
Source§impl Clone for blas_side_type
impl Clone for blas_side_type
Source§fn clone(&self) -> blas_side_type
fn clone(&self) -> blas_side_type
Returns a duplicate 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 blas_side_type
impl Debug for blas_side_type
Source§impl Hash for blas_side_type
impl Hash for blas_side_type
Source§impl PartialEq for blas_side_type
impl PartialEq for blas_side_type
impl Copy for blas_side_type
impl Eq for blas_side_type
impl StructuralPartialEq for blas_side_type
Auto Trait Implementations§
impl Freeze for blas_side_type
impl RefUnwindSafe for blas_side_type
impl Send for blas_side_type
impl Sync for blas_side_type
impl Unpin for blas_side_type
impl UnwindSafe for blas_side_type
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