pub enum VcRedistributablePlatform {
X86,
X64,
Arm64,
}Expand description
Available VC++ Redistributable platforms we can add to the bundle.
Variants§
Trait Implementations§
Source§impl Debug for VcRedistributablePlatform
impl Debug for VcRedistributablePlatform
Source§impl Display for VcRedistributablePlatform
impl Display for VcRedistributablePlatform
Source§impl TryFrom<&str> for VcRedistributablePlatform
impl TryFrom<&str> for VcRedistributablePlatform
impl Eq for VcRedistributablePlatform
impl StructuralPartialEq for VcRedistributablePlatform
Auto Trait Implementations§
impl Freeze for VcRedistributablePlatform
impl RefUnwindSafe for VcRedistributablePlatform
impl Send for VcRedistributablePlatform
impl Sync for VcRedistributablePlatform
impl Unpin for VcRedistributablePlatform
impl UnwindSafe for VcRedistributablePlatform
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.