Struct win_sys::SystemServices::IMAGE_DEBUG_MISC [−][src]
#[repr(C)]pub struct IMAGE_DEBUG_MISC {
pub DataType: u32,
pub Length: u32,
pub Unicode: BOOLEAN,
pub Reserved: [u8; 3],
pub Data: [u8; 1],
}Expand description
Required features: Win32_System_SystemServices, Win32_Foundation
Fields
DataType: u32Length: u32Unicode: BOOLEANReserved: [u8; 3]Data: [u8; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_DEBUG_MISC
impl Send for IMAGE_DEBUG_MISC
impl Sync for IMAGE_DEBUG_MISC
impl Unpin for IMAGE_DEBUG_MISC
impl UnwindSafe for IMAGE_DEBUG_MISC
Blanket Implementations
Mutably borrows from an owned value. Read more