Struct lief::pe::ResourceVersion
pub struct ResourceVersion<'a> { /* private fields */ }Expand description
Represents a PE version resource
Implementations§
§impl Version<'_>
impl Version<'_>
pub fn file_info(&self) -> FixedFileInfo
pub fn file_info(&self) -> FixedFileInfo
Return the fixed file information if present
pub fn string_file_info(&self) -> Option<StringFileInfo<'_>>
pub fn string_file_info(&self) -> Option<StringFileInfo<'_>>
Return the StringFileInfo if present
pub fn var_file_info(&self) -> Option<VarFileInfo<'_>>
pub fn var_file_info(&self) -> Option<VarFileInfo<'_>>
Return the VarFileInfo if present
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Version<'a>
impl<'a> !Send for Version<'a>
impl<'a> !Sync for Version<'a>
impl<'a> Unpin for Version<'a>
impl<'a> !UnwindSafe for Version<'a>
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