pub struct FileChars(pub u16);
Expand description
Stringifies the IMAGE_FILE_*
flag indices for IMAGE_FILE_HEADER::Characteristics
.
Tuple Fields
0: u16
Implementations
sourceimpl FileChars
impl FileChars
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FileChars
impl Send for FileChars
impl Sync for FileChars
impl Unpin for FileChars
impl UnwindSafe for FileChars
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