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