pub struct AsmQuals(/* private fields */);Expand description
The qualifiers on an assembly statement, as a set.
Implementations§
Trait Implementations§
impl Copy for AsmQuals
impl Eq for AsmQuals
impl StructuralPartialEq for AsmQuals
Auto Trait Implementations§
impl Freeze for AsmQuals
impl RefUnwindSafe for AsmQuals
impl Send for AsmQuals
impl Sync for AsmQuals
impl Unpin for AsmQuals
impl UnsafeUnpin for AsmQuals
impl UnwindSafe for AsmQuals
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