Struct aya::programs::ProgramInfo[][src]

pub struct ProgramInfo(_);
Expand description

Provides information about a loaded program, like name, id and statistics

Implementations

The name of the program as was provided when it was load. This is limited to 16 bytes

The name of the program as a &str. If the name was not valid unicode, None is returned

The program id for this program. Each program has a unique id.

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 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.