#[repr(C)]pub enum milu_t {
SILU = 0,
SMILU_1 = 1,
SMILU_2 = 2,
SMILU_3 = 3,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for milu_t
impl RefUnwindSafe for milu_t
impl Send for milu_t
impl Sync for milu_t
impl Unpin for milu_t
impl UnwindSafe for milu_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