[−][src]Struct object::PeSection
A section of a PeFile
.
Trait Implementations
impl<'data, 'file> ObjectSection<'data> for PeSection<'data, 'file>
[src]
type RelocationIterator = PeRelocationIterator
An iterator over the relocations for a section. Read more
fn index(&self) -> SectionIndex
[src]
fn address(&self) -> u64
[src]
fn size(&self) -> u64
[src]
fn align(&self) -> u64
[src]
fn data(&self) -> Cow<'data, [u8]>
[src]
fn data_range(&self, address: u64, size: u64) -> Option<&'data [u8]>
[src]
fn uncompressed_data(&self) -> Cow<'data, [u8]>
[src]
fn name(&self) -> Option<&str>
[src]
fn segment_name(&self) -> Option<&str>
[src]
fn kind(&self) -> SectionKind
[src]
ⓘImportant traits for PeRelocationIteratorfn relocations(&self) -> PeRelocationIterator
[src]
ⓘImportant traits for PeRelocationIterator
impl<'data, 'file> Debug for PeSection<'data, 'file> where
'data: 'file,
[src]
'data: 'file,
Auto Trait Implementations
impl<'data, 'file> Unpin for PeSection<'data, 'file> where
'data: 'file,
'data: 'file,
impl<'data, 'file> Sync for PeSection<'data, 'file>
impl<'data, 'file> Send for PeSection<'data, 'file>
impl<'data, 'file> RefUnwindSafe for PeSection<'data, 'file>
impl<'data, 'file> UnwindSafe for PeSection<'data, 'file>
Blanket Implementations
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.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,