pub enum PeError {
InvalidSignature,
InvalidOffset,
UnsupportedFormat,
MissingSection,
CorruptedData,
}Expand description
Errors during PE parsing
Variants§
Trait Implementations§
impl Copy for PeError
Auto Trait Implementations§
impl Freeze for PeError
impl RefUnwindSafe for PeError
impl Send for PeError
impl Sync for PeError
impl Unpin for PeError
impl UnwindSafe for PeError
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