Struct goblin::pe::optional_header::WindowsFields32 [−][src]
Windows specific fields
Fields
image_base: u32
section_alignment: u32
file_alignment: u32
major_operating_system_version: u16
minor_operating_system_version: u16
major_image_version: u16
minor_image_version: u16
major_subsystem_version: u16
minor_subsystem_version: u16
win32_version_value: u32
size_of_image: u32
size_of_headers: u32
check_sum: u32
subsystem: u16
dll_characteristics: u16
size_of_stack_reserve: u32
size_of_stack_commit: u32
size_of_heap_reserve: u32
size_of_heap_commit: u32
loader_flags: u32
number_of_rva_and_sizes: u32
Trait Implementations
impl Clone for WindowsFields32
[src]
fn clone(&self) -> WindowsFields32
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for WindowsFields32
[src]
impl Debug for WindowsFields32
[src]
impl Default for WindowsFields32
[src]
fn default() -> WindowsFields32
[src]
impl From<WindowsFields32> for WindowsFields
[src]
fn from(windows: WindowsFields32) -> Self
[src]
impl PartialEq<WindowsFields32> for WindowsFields32
[src]
fn eq(&self, other: &WindowsFields32) -> bool
[src]
fn ne(&self, other: &WindowsFields32) -> bool
[src]
impl SizeWith<Endian> for WindowsFields32
[src]
impl StructuralPartialEq for WindowsFields32
[src]
impl<'a> TryFromCtx<'a, Endian, [u8]> for WindowsFields32 where
WindowsFields32: 'a,
[src]
WindowsFields32: '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 WindowsFields32
[src]
type Error = Error
fn try_into_ctx(self, dst: &mut [u8], ctx: Endian) -> Result<usize, Self::Error>
[src]
impl TryIntoCtx<Endian, [u8]> for WindowsFields32
[src]
Auto Trait Implementations
impl RefUnwindSafe for WindowsFields32
impl Send for WindowsFields32
impl Sync for WindowsFields32
impl Unpin for WindowsFields32
impl UnwindSafe for WindowsFields32
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>,