struct VersionInfo {
pub fixed_file_info: Option<FixedFileInfo>,
pub string_file_info: Option<StringFileInfo>,
}
Fields§
§fixed_file_info: Option<FixedFileInfo>
§string_file_info: Option<StringFileInfo>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VersionInfo
impl RefUnwindSafe for VersionInfo
impl Send for VersionInfo
impl Sync for VersionInfo
impl Unpin for VersionInfo
impl UnwindSafe for VersionInfo
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