Struct falcon::loader::FunctionEntry [] [src]

pub struct FunctionEntry { /* fields omitted */ }

A declared entry point for a function.

Methods

impl FunctionEntry
[src]

[src]

Create a new FunctionEntry.

If no name is provided: sup_{:X} will be used to name the function.

[src]

Get the address for this FunctionEntry.

[src]

Get the name for this FunctionEntry.

Trait Implementations

impl Clone for FunctionEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FunctionEntry
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for FunctionEntry
[src]

[src]

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

[src]

This method tests for !=.

impl Display for FunctionEntry
[src]

[src]

Formats the value using the given formatter. Read more