pub struct Subsystem(pub u16);
Expand description
Stringifies the IMAGE_SUBSYSTEM_*
constants for IMAGE_OPTIONAL_HEADER::Subsystem
.
Tuple Fields
0: u16
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Subsystem
impl Send for Subsystem
impl Sync for Subsystem
impl Unpin for Subsystem
impl UnwindSafe for Subsystem
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