pub enum Written {
Template,
Goto,
Operand,
}Expand description
What about an asm statement is not built yet.
Variants§
Template
A template with instructions in it.
Goto
An asm goto, whose labels make the statement a terminator.
Operand
An operand this cannot put where the constraint says it goes.
Implementations§
Trait Implementations§
impl Copy for Written
impl Eq for Written
impl StructuralPartialEq for Written
Auto Trait Implementations§
impl Freeze for Written
impl RefUnwindSafe for Written
impl Send for Written
impl Sync for Written
impl Unpin for Written
impl UnsafeUnpin for Written
impl UnwindSafe for Written
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