[][src]Enum ovba::SysKind

pub enum SysKind {
    Win16,
    Win32,
    MacOs,
    Win64,
}

Specifies the platform for which the VBA project is created.

Variants

Win16

For 16-bit Windows Platforms.

Win32

For 32-bit Windows Platforms.

MacOs

For Macintosh Platforms.

Win64

For 64-bit Windows Platforms.

Trait Implementations

impl Debug for SysKind[src]

Auto Trait Implementations

impl RefUnwindSafe for SysKind

impl Send for SysKind

impl Sync for SysKind

impl Unpin for SysKind

impl UnwindSafe for SysKind

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.