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