#[repr(C)]pub enum Dddmp_VarMatchType {
DDDMP_VAR_MATCHIDS = 0,
DDDMP_VAR_MATCHPERMIDS = 1,
DDDMP_VAR_MATCHAUXIDS = 2,
DDDMP_VAR_MATCHNAMES = 3,
DDDMP_VAR_COMPOSEIDS = 4,
}Variants§
DDDMP_VAR_MATCHIDS = 0
DDDMP_VAR_MATCHPERMIDS = 1
DDDMP_VAR_MATCHAUXIDS = 2
DDDMP_VAR_MATCHNAMES = 3
DDDMP_VAR_COMPOSEIDS = 4
Auto Trait Implementations§
impl Freeze for Dddmp_VarMatchType
impl RefUnwindSafe for Dddmp_VarMatchType
impl Send for Dddmp_VarMatchType
impl Sync for Dddmp_VarMatchType
impl Unpin for Dddmp_VarMatchType
impl UnwindSafe for Dddmp_VarMatchType
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