Struct lief::pe::resources::ResourceVar
pub struct ResourceVar<'a> { /* private fields */ }Expand description
Represents a Var entry within VarFileInfo
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ResourceVar<'a>
impl<'a> !Send for ResourceVar<'a>
impl<'a> !Sync for ResourceVar<'a>
impl<'a> Unpin for ResourceVar<'a>
impl<'a> !UnwindSafe for ResourceVar<'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