Struct object::pe::ImageSectionHeader [−][src]
Fields
name: [u8; 8]
virtual_size: U32<LE>
virtual_address: U32<LE>
size_of_raw_data: U32<LE>
pointer_to_raw_data: U32<LE>
pointer_to_relocations: U32<LE>
pointer_to_linenumbers: U32<LE>
number_of_relocations: U16<LE>
number_of_linenumbers: U16<LE>
characteristics: U32<LE>
Implementations
impl ImageSectionHeader
[src][−]
pub fn pe_data<'data>(&self, data: Bytes<'data>) -> Result<Bytes<'data>, ()>
[src][−]
Return the data for a PE section.
pub fn pe_data_at<'data>(
&self,
data: Bytes<'data>,
va: u32
) -> Option<Bytes<'data>>
[src][−]
&self,
data: Bytes<'data>,
va: u32
) -> Option<Bytes<'data>>
Return the data at the given virtual address if this section contains it.
Trait Implementations
impl Clone for ImageSectionHeader
[src][+]
impl Copy for ImageSectionHeader
[src]
impl Debug for ImageSectionHeader
[src][+]
impl Pod for ImageSectionHeader
[src]
Auto Trait Implementations
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,
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,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,