#[repr(C)]pub struct tagVS_FIXEDFILEINFO {Show 13 fields
pub dwSignature: DWORD,
pub dwStrucVersion: DWORD,
pub dwFileVersionMS: DWORD,
pub dwFileVersionLS: DWORD,
pub dwProductVersionMS: DWORD,
pub dwProductVersionLS: DWORD,
pub dwFileFlagsMask: DWORD,
pub dwFileFlags: DWORD,
pub dwFileOS: DWORD,
pub dwFileType: DWORD,
pub dwFileSubtype: DWORD,
pub dwFileDateMS: DWORD,
pub dwFileDateLS: DWORD,
}
Fields§
§dwSignature: DWORD
§dwStrucVersion: DWORD
§dwFileVersionMS: DWORD
§dwFileVersionLS: DWORD
§dwProductVersionMS: DWORD
§dwProductVersionLS: DWORD
§dwFileFlagsMask: DWORD
§dwFileFlags: DWORD
§dwFileOS: DWORD
§dwFileType: DWORD
§dwFileSubtype: DWORD
§dwFileDateMS: DWORD
§dwFileDateLS: DWORD
Trait Implementations§
Source§impl Clone for tagVS_FIXEDFILEINFO
impl Clone for tagVS_FIXEDFILEINFO
Source§fn clone(&self) -> tagVS_FIXEDFILEINFO
fn clone(&self) -> tagVS_FIXEDFILEINFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tagVS_FIXEDFILEINFO
impl Debug for tagVS_FIXEDFILEINFO
Source§impl Ord for tagVS_FIXEDFILEINFO
impl Ord for tagVS_FIXEDFILEINFO
Source§fn cmp(&self, other: &tagVS_FIXEDFILEINFO) -> Ordering
fn cmp(&self, other: &tagVS_FIXEDFILEINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagVS_FIXEDFILEINFO
impl PartialEq for tagVS_FIXEDFILEINFO
Source§impl PartialOrd for tagVS_FIXEDFILEINFO
impl PartialOrd for tagVS_FIXEDFILEINFO
impl Copy for tagVS_FIXEDFILEINFO
impl Eq for tagVS_FIXEDFILEINFO
impl StructuralPartialEq for tagVS_FIXEDFILEINFO
Auto Trait Implementations§
impl Freeze for tagVS_FIXEDFILEINFO
impl RefUnwindSafe for tagVS_FIXEDFILEINFO
impl Send for tagVS_FIXEDFILEINFO
impl Sync for tagVS_FIXEDFILEINFO
impl Unpin for tagVS_FIXEDFILEINFO
impl UnwindSafe for tagVS_FIXEDFILEINFO
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