[][src]Struct pelite::image::VS_VERSION

#[repr(C)]
pub struct VS_VERSION {
    pub Minor: u16,
    pub Major: u16,
    pub Build: u16,
    pub Patch: u16,
}

Fields

Minor: u16Major: u16Build: u16Patch: u16

Trait Implementations

impl Pod for VS_VERSION where
    Self: 'static,
    u16: Pod,
    u16: Pod,
    u16: Pod,
    u16: Pod
[src]

impl Eq for VS_VERSION[src]

impl Clone for VS_VERSION[src]

impl PartialOrd<VS_VERSION> for VS_VERSION[src]

impl PartialEq<VS_VERSION> for VS_VERSION[src]

impl Ord for VS_VERSION[src]

impl Copy for VS_VERSION[src]

impl Debug for VS_VERSION[src]

impl Display for VS_VERSION[src]

impl Serialize for VS_VERSION[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for 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.

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

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

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