#[repr(C)]pub enum Dtype_t {
SLU_S = 0,
SLU_D = 1,
SLU_C = 2,
SLU_Z = 3,
}Variants§
Trait Implementations§
impl Copy for Dtype_t
impl StructuralPartialEq for Dtype_t
Auto Trait Implementations§
impl Freeze for Dtype_t
impl RefUnwindSafe for Dtype_t
impl Send for Dtype_t
impl Sync for Dtype_t
impl Unpin for Dtype_t
impl UnwindSafe for Dtype_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