Struct object::pe::ImageDebugMisc [−][src]
#[repr(C)]pub struct ImageDebugMisc { pub data_type: U32<LE>, pub length: U32<LE>, pub unicode: u8, pub reserved: [u8; 3], }
Fields
data_type: U32<LE>type of misc data, see defines
length: U32<LE>total length of record, rounded to four byte multiple.
unicode: u8TRUE if data is unicode string
reserved: [u8; 3]Trait Implementations
impl Clone for ImageDebugMisc[src]
impl Clone for ImageDebugMisc[src]fn clone(&self) -> ImageDebugMisc[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ImageDebugMisc[src]
impl Pod for ImageDebugMisc[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
The resulting type after obtaining ownership.