pub struct DebugType(pub u32);
Expand description
Stringifies the IMAGE_DEBUG_TYPE_*
constants for IMAGE_DEBUG_DIRECTORY::Type
.
Tuple Fields
0: u32
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DebugType
impl Send for DebugType
impl Sync for DebugType
impl Unpin for DebugType
impl UnwindSafe for DebugType
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