Enum apple_bundle::info_plist::app_execution::ArchitecturePriority [−][src]
pub enum ArchitecturePriority {
I386,
X86_64,
Arm64,
Arm64e,
}Expand description
Architecture Priority
Variants
The 32-bit Intel architecture.
The 64-bit Intel architecture.
The 64-bit ARM architecture.
The 64-bit ARM architecture with pointer authentication code support.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ArchitecturePriorityimpl Send for ArchitecturePriorityimpl Sync for ArchitecturePriorityimpl Unpin for ArchitecturePriorityimpl UnwindSafe for ArchitecturePriorityBlanket Implementations
Mutably borrows from an owned value. Read more