#[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: DWORDTrait 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 duplicate 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
impl Copy 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