Struct object::write::coff::AuxSymbolSection
source · pub struct AuxSymbolSection {
pub length: u32,
pub number_of_relocations: u32,
pub number_of_linenumbers: u16,
pub check_sum: u32,
pub number: u32,
pub selection: u8,
}
Expand description
Native endian version of pe::ImageAuxSymbolSection
.
Fields§
§length: u32
§number_of_relocations: u32
This will automatically be clamped if there are more than 0xffff.
number_of_linenumbers: u16
§check_sum: u32
§number: u32
§selection: u8
Trait Implementations§
source§impl Clone for AuxSymbolSection
impl Clone for AuxSymbolSection
source§fn clone(&self) -> AuxSymbolSection
fn clone(&self) -> AuxSymbolSection
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 AuxSymbolSection
impl Debug for AuxSymbolSection
source§impl Default for AuxSymbolSection
impl Default for AuxSymbolSection
source§fn default() -> AuxSymbolSection
fn default() -> AuxSymbolSection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AuxSymbolSection
impl RefUnwindSafe for AuxSymbolSection
impl Send for AuxSymbolSection
impl Sync for AuxSymbolSection
impl Unpin for AuxSymbolSection
impl UnwindSafe for AuxSymbolSection
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
)