Struct object::write::pe::SectionRange
source · pub struct SectionRange {
pub virtual_address: u32,
pub virtual_size: u32,
pub file_offset: u32,
pub file_size: u32,
}
Expand description
The file range and virtual address range for a section.
Fields§
§virtual_address: u32
§virtual_size: u32
§file_offset: u32
§file_size: u32
Trait Implementations§
source§impl Clone for SectionRange
impl Clone for SectionRange
source§fn clone(&self) -> SectionRange
fn clone(&self) -> SectionRange
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SectionRange
impl Debug for SectionRange
source§impl Default for SectionRange
impl Default for SectionRange
source§fn default() -> SectionRange
fn default() -> SectionRange
Returns the “default value” for a type. Read more
impl Copy for SectionRange
Auto Trait Implementations§
impl Freeze for SectionRange
impl RefUnwindSafe for SectionRange
impl Send for SectionRange
impl Sync for SectionRange
impl Unpin for SectionRange
impl UnwindSafe for SectionRange
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)