pub enum PEArchitecture {
PE32,
PE32Plus,
}
Variants§
Trait Implementations§
Source§impl Clone for PEArchitecture
impl Clone for PEArchitecture
Source§fn clone(&self) -> PEArchitecture
fn clone(&self) -> PEArchitecture
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PEArchitecture
impl Debug for PEArchitecture
impl Copy for PEArchitecture
Auto Trait Implementations§
impl Freeze for PEArchitecture
impl RefUnwindSafe for PEArchitecture
impl Send for PEArchitecture
impl Sync for PEArchitecture
impl Unpin for PEArchitecture
impl UnwindSafe for PEArchitecture
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