pub enum PeKind {
Pe32,
Pe32Plus,
}Expand description
PE32 vs PE32+ — the optional header’s structural variant.
Variants§
Trait Implementations§
impl Copy for PeKind
impl Eq for PeKind
impl StructuralPartialEq for PeKind
Auto Trait Implementations§
impl Freeze for PeKind
impl RefUnwindSafe for PeKind
impl Send for PeKind
impl Sync for PeKind
impl Unpin for PeKind
impl UnsafeUnpin for PeKind
impl UnwindSafe for PeKind
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