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§
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