Enum crossbundle_tools::types::AndroidTarget [−][src]
pub enum AndroidTarget {
Armv7LinuxAndroideabi,
Aarch64LinuxAndroid,
I686LinuxAndroid,
X8664LinuxAndroid,
}Variants
Armv7LinuxAndroideabi
Aarch64LinuxAndroid
I686LinuxAndroid
X8664LinuxAndroid
Implementations
Identifier used in the NDK to refer to the ABI
Returns the triple used by the non-LLVM parts of the NDK
Returns AndroidTarget for abi.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Returns the triple used by the rust build tools
Auto Trait Implementations
impl RefUnwindSafe for AndroidTarget
impl Send for AndroidTarget
impl Sync for AndroidTarget
impl Unpin for AndroidTarget
impl UnwindSafe for AndroidTarget
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
