Struct syn::Abi [−][src]
The binary interface of a function: extern "C".
This type is available only if Syn is built with the "derive" or "full"
feature.
Fields
extern_token: Externname: Option<LitStr>Trait Implementations
impl Clone for Abi[src]
impl Clone for Abi[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for Abi[src]
impl ToTokens for Abi[src]