Struct lief::pe::resources::VersionStringTableEntry
pub struct VersionStringTableEntry {
pub key: String,
pub value: String,
}Expand description
Represents a string table entry (key/value) from a StringFileInfo
Fields§
§key: StringKey of the entry
value: StringValue of the entry
Trait Implementations§
§impl Clone for VersionStringTableEntry
impl Clone for VersionStringTableEntry
§fn clone(&self) -> VersionStringTableEntry
fn clone(&self) -> VersionStringTableEntry
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 moreAuto Trait Implementations§
impl RefUnwindSafe for VersionStringTableEntry
impl Send for VersionStringTableEntry
impl Sync for VersionStringTableEntry
impl Unpin for VersionStringTableEntry
impl UnwindSafe for VersionStringTableEntry
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