Struct nc::types::bpf_stack_build_id_t[][src]

#[repr(C)]
pub struct bpf_stack_build_id_t { pub status: i32, pub build_id: [u8; 20], pub ip: u64, }

Fields

status: i32build_id: [u8; 20]ip: u64

Alias is offset

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.