Enum crossbundle_tools::types::AppleTarget [−][src]
pub enum AppleTarget {
X86_64AppleIos,
I386AppleIos,
Aarch64AppleIos,
Armv7AppleIos,
Armv7sAppleIos,
}Expand description
Apple Target architectures. List of Apple processors: https://en.wikipedia.org/wiki/Apple-designed_processors#List_of_Apple_processors.
Variants
X86_64AppleIos
I386AppleIos
Aarch64AppleIos
Armv7AppleIos
Armv7sAppleIos
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 AppleTarget
impl Send for AppleTarget
impl Sync for AppleTarget
impl Unpin for AppleTarget
impl UnwindSafe for AppleTarget
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
