Enum syntax::abi::Abi[src]
pub enum Abi {
Cdecl,
Stdcall,
Fastcall,
Aapcs,
Win64,
Rust,
C,
System,
RustIntrinsic,
}Variants
Cdecl | |
Stdcall | |
Fastcall | |
Aapcs | |
Win64 | |
Rust | |
C | |
System | |
RustIntrinsic |
pub enum Abi {
Cdecl,
Stdcall,
Fastcall,
Aapcs,
Win64,
Rust,
C,
System,
RustIntrinsic,
}Cdecl | |
Stdcall | |
Fastcall | |
Aapcs | |
Win64 | |
Rust | |
C | |
System | |
RustIntrinsic |
impl Abifn index(&self) -> uintfn data(&self) -> &'static AbiDatafn name(&self) -> &'static strfn for_target(&self, os: Os, arch: Architecture) -> Option<Abi>impl Show for Abiimpl Clone for Abifn clone(&self) -> Abifn clone_from(&mut self, source: &Self)impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for Abiimpl<__S: Encoder<__E>, __E> Encodable<__S, __E> for Abiimpl<__S: Writer> Hash<__S> for Abifn hash(&self, __arg_0: &mut __S)impl Eq for Abifn assert_receiver_is_total_eq(&self)impl PartialEq for Abi
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).