Struct goblin::pe::symbol::AuxBeginAndEndFunction[][src]

#[repr(C)]
pub struct AuxBeginAndEndFunction { pub unused1: [u8; 4], pub line_number: u16, pub unused2: [u8; 6], pub pointer_to_next_function: u32, pub unused3: [u8; 2], }
Expand description

Auxiliary symbol record for symbols with storage class IMAGE_SYM_CLASS_FUNCTION.

Fields

unused1: [u8; 4]

Unused padding.

line_number: u16

The actual ordinal line number within the source file, corresponding to the .bf or .ef record.

unused2: [u8; 6]

Unused padding.

pointer_to_next_function: u32

The symbol-table index of the next .bf symbol record.

If the function is the last in the symbol table, this field is set to zero. It is not used for .ef records.

unused3: [u8; 2]

Unused padding.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.