pub enum WindowsArchitecture {
Neutral,
Arm,
X64,
X86,
None,
True,
}
Variants§
Trait Implementations§
Source§impl Clone for WindowsArchitecture
impl Clone for WindowsArchitecture
Source§fn clone(&self) -> WindowsArchitecture
fn clone(&self) -> WindowsArchitecture
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WindowsArchitecture
impl Debug for WindowsArchitecture
Source§impl<'de> Deserialize<'de> for WindowsArchitecture
impl<'de> Deserialize<'de> for WindowsArchitecture
Source§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
Source§impl Hash for WindowsArchitecture
impl Hash for WindowsArchitecture
Source§impl Ord for WindowsArchitecture
impl Ord for WindowsArchitecture
Source§fn cmp(&self, other: &WindowsArchitecture) -> Ordering
fn cmp(&self, other: &WindowsArchitecture) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WindowsArchitecture
impl PartialEq for WindowsArchitecture
Source§impl PartialOrd for WindowsArchitecture
impl PartialOrd for WindowsArchitecture
Source§impl Serialize for WindowsArchitecture
impl Serialize for WindowsArchitecture
impl Eq for WindowsArchitecture
impl StructuralPartialEq for WindowsArchitecture
Auto Trait Implementations§
impl Freeze for WindowsArchitecture
impl RefUnwindSafe for WindowsArchitecture
impl Send for WindowsArchitecture
impl Sync for WindowsArchitecture
impl Unpin for WindowsArchitecture
impl UnwindSafe for WindowsArchitecture
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