Struct nc::types::bpf_line_info_t[][src]

#[repr(C)]
pub struct bpf_line_info_t { pub insn_off: u32, pub file_name_off: u32, pub line_off: u32, pub line_col: u32, }

Fields

insn_off: u32file_name_off: u32line_off: u32line_col: u32

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.