pub enum WindowsArchitecture {
x86_64,
i686,
}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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WindowsArchitecture
Source§impl Debug for WindowsArchitecture
impl Debug for WindowsArchitecture
Source§impl Display for WindowsArchitecture
impl Display for WindowsArchitecture
Source§impl PartialEq for WindowsArchitecture
impl PartialEq for WindowsArchitecture
Source§fn eq(&self, other: &WindowsArchitecture) -> bool
fn eq(&self, other: &WindowsArchitecture) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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