pub enum AsmRole {
Output,
Input,
}Expand description
What one entry of a constraint list is for.
Variants§
Trait Implementations§
impl Copy for AsmRole
impl Eq for AsmRole
impl StructuralPartialEq for AsmRole
Auto Trait Implementations§
impl Freeze for AsmRole
impl RefUnwindSafe for AsmRole
impl Send for AsmRole
impl Sync for AsmRole
impl Unpin for AsmRole
impl UnsafeUnpin for AsmRole
impl UnwindSafe for AsmRole
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