pub struct Machine(pub u16);
Expand description
Stringifies the IMAGE_FILE_MACHINE_*
constants for IMAGE_FILE_HEADER::Machine
.
Tuple Fields
0: u16
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Machine
impl Send for Machine
impl Sync for Machine
impl Unpin for Machine
impl UnwindSafe for Machine
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more