Struct goblin::pe::debug::ImageDebugDirectory [−][src]
Fields
characteristics: u32time_date_stamp: u32major_version: u16minor_version: u16data_type: u32size_of_data: u32address_of_raw_data: u32pointer_to_raw_data: u32Trait Implementations
impl Clone for ImageDebugDirectory[src]
fn clone(&self) -> ImageDebugDirectory[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ImageDebugDirectory[src]
impl Debug for ImageDebugDirectory[src]
impl Default for ImageDebugDirectory[src]
fn default() -> ImageDebugDirectory[src]
impl PartialEq<ImageDebugDirectory> for ImageDebugDirectory[src]
fn eq(&self, other: &ImageDebugDirectory) -> bool[src]
fn ne(&self, other: &ImageDebugDirectory) -> bool[src]
impl SizeWith<Endian> for ImageDebugDirectory[src]
impl StructuralPartialEq for ImageDebugDirectory[src]
impl<'a> TryFromCtx<'a, Endian, [u8]> for ImageDebugDirectory where
ImageDebugDirectory: 'a, [src]
ImageDebugDirectory: 'a,
type Error = Error
fn try_from_ctx(
src: &'a [u8],
ctx: Endian
) -> Result<(Self, usize), Self::Error>[src]
src: &'a [u8],
ctx: Endian
) -> Result<(Self, usize), Self::Error>
impl<'a> TryIntoCtx<Endian, [u8]> for &'a ImageDebugDirectory[src]
type Error = Error
fn try_into_ctx(self, dst: &mut [u8], ctx: Endian) -> Result<usize, Self::Error>[src]
impl TryIntoCtx<Endian, [u8]> for ImageDebugDirectory[src]
Auto Trait Implementations
impl RefUnwindSafe for ImageDebugDirectory
impl Send for ImageDebugDirectory
impl Sync for ImageDebugDirectory
impl Unpin for ImageDebugDirectory
impl UnwindSafe for ImageDebugDirectory
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,