Struct lief::pe::COFFString
pub struct COFFString<'a> { /* private fields */ }
Implementations§
§impl String<'_>
impl String<'_>
This class represents a string located in the COFF string table.
Some of these strings can be used for section names that are greater than 8
bytes. See: crate::pe::Section::coff_string
Reference: https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#coff-string-table
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for String<'a>
impl<'a> !Send for String<'a>
impl<'a> !Sync for String<'a>
impl<'a> Unpin for String<'a>
impl<'a> !UnwindSafe for String<'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