pub enum WineArch {
Win32,
Win64,
}Expand description
Wine prefix architecture
Variants§
Implementations§
Trait Implementations§
impl Copy for WineArch
impl Eq for WineArch
impl StructuralPartialEq for WineArch
Auto Trait Implementations§
impl Freeze for WineArch
impl RefUnwindSafe for WineArch
impl Send for WineArch
impl Sync for WineArch
impl Unpin for WineArch
impl UnwindSafe for WineArch
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)