struct FixedFileInfo {
struct_version: u32,
file_version: u64,
product_version: u64,
file_flags_mask: u32,
file_flags: u32,
file_os: u32,
file_type: u32,
file_subtype: u32,
file_date: u64,
}
Fields§
§struct_version: u32
§file_version: u64
§product_version: u64
§file_flags_mask: u32
§file_flags: u32
§file_os: u32
§file_type: u32
§file_subtype: u32
§file_date: u64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixedFileInfo
impl RefUnwindSafe for FixedFileInfo
impl Send for FixedFileInfo
impl Sync for FixedFileInfo
impl Unpin for FixedFileInfo
impl UnwindSafe for 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