Enum crossbundle_tools::types::BuildTarget [−][src]
pub enum BuildTarget {
Android(AndroidTarget),
Apple(AppleTarget),
}Variants
Android(AndroidTarget)
Tuple Fields
Apple(AppleTarget)
Tuple Fields
0: AppleTargetTrait Implementations
Performs the conversion.
Performs the conversion.
Returns the triple used by the rust build tools
Auto Trait Implementations
impl RefUnwindSafe for BuildTarget
impl Send for BuildTarget
impl Sync for BuildTarget
impl Unpin for BuildTarget
impl UnwindSafe for BuildTarget
Blanket Implementations
Mutably borrows from an owned value. Read more
