pub struct PeParser;
Expand description
PE format parser
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PeParser
impl RefUnwindSafe for PeParser
impl Send for PeParser
impl Sync for PeParser
impl Unpin for PeParser
impl UnwindSafe for PeParser
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