pub enum MacroType {
Function,
Deterred,
Runtime,
Any,
}Expand description
Intended for processor ext interface
Variants
Function
Deterred
Runtime
Any
Auto Trait Implementations
impl RefUnwindSafe for MacroType
impl Send for MacroType
impl Sync for MacroType
impl Unpin for MacroType
impl UnwindSafe for MacroType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more