#[repr(C)]pub enum Dddmp_RootMatchType {
DDDMP_ROOT_MATCHNAMES = 0,
DDDMP_ROOT_MATCHLIST = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for Dddmp_RootMatchType
impl RefUnwindSafe for Dddmp_RootMatchType
impl Send for Dddmp_RootMatchType
impl Sync for Dddmp_RootMatchType
impl Unpin for Dddmp_RootMatchType
impl UnwindSafe for Dddmp_RootMatchType
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