#[repr(C)]pub enum Mtype_t {
SLU_GE = 0,
SLU_TRLU = 1,
SLU_TRUU = 2,
SLU_TRL = 3,
SLU_TRU = 4,
SLU_SYL = 5,
SLU_SYU = 6,
SLU_HEL = 7,
SLU_HEU = 8,
}Variants§
SLU_GE = 0
SLU_TRLU = 1
SLU_TRUU = 2
SLU_TRL = 3
SLU_TRU = 4
SLU_SYL = 5
SLU_SYU = 6
SLU_HEL = 7
SLU_HEU = 8
Trait Implementations§
impl Copy for Mtype_t
impl StructuralPartialEq for Mtype_t
Auto Trait Implementations§
impl Freeze for Mtype_t
impl RefUnwindSafe for Mtype_t
impl Send for Mtype_t
impl Sync for Mtype_t
impl Unpin for Mtype_t
impl UnwindSafe for Mtype_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