pub enum InlineAsmMacro {
Asm,
NakedAsm,
}
Expand description
The macro that an inline assembly block was created by
Variants§
Auto Trait Implementations§
impl Freeze for InlineAsmMacro
impl RefUnwindSafe for InlineAsmMacro
impl Send for InlineAsmMacro
impl Sync for InlineAsmMacro
impl Unpin for InlineAsmMacro
impl UnwindSafe for InlineAsmMacro
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