#[repr(C)]pub enum conj_t {
BLIS_NO_CONJUGATE = 0,
BLIS_CONJUGATE = 16,
}
Expand description
Conjugation enum
Variants§
Auto Trait Implementations§
impl Freeze for conj_t
impl RefUnwindSafe for conj_t
impl Send for conj_t
impl Sync for conj_t
impl Unpin for conj_t
impl UnwindSafe for conj_t
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