pub struct AsmBlock {
pub asm_token: AsmToken,
pub registers: Parens<Punctuated<AsmRegisterDeclaration, CommaToken>>,
pub contents: Braces<AsmBlockContents>,
}
Fields
asm_token: AsmToken
registers: Parens<Punctuated<AsmRegisterDeclaration, CommaToken>>
contents: Braces<AsmBlockContents>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AsmBlock
impl Send for AsmBlock
impl Sync for AsmBlock
impl Unpin for AsmBlock
impl UnwindSafe for AsmBlock
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