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