pub enum Architecture {
X86,
X64,
AArch64,
}
Expand description
Represents a PHP build architecture.
Note: this is only available on windows.
Variants§
Trait Implementations§
Source§impl Debug for Architecture
impl Debug for Architecture
Source§impl Display for Architecture
Display Architecture
.
impl Display for Architecture
Display Architecture
.
Source§impl Hash for Architecture
impl Hash for Architecture
Source§impl PartialEq for Architecture
impl PartialEq for Architecture
Source§impl TryFrom<&str> for Architecture
Try to parse Architecture
from a string.
impl TryFrom<&str> for Architecture
Try to parse Architecture
from a string.
impl Eq for Architecture
impl StructuralPartialEq for Architecture
Auto Trait Implementations§
impl Freeze for Architecture
impl RefUnwindSafe for Architecture
impl Send for Architecture
impl Sync for Architecture
impl Unpin for Architecture
impl UnwindSafe for Architecture
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more