Struct libbpf_sys::gen_loader_opts [−][src]
#[repr(C)]pub struct gen_loader_opts {
pub sz: size_t,
pub data: *const c_char,
pub insns: *const c_char,
pub data_sz: __u32,
pub insns_sz: __u32,
}Fields
sz: size_tdata: *const c_charinsns: *const c_chardata_sz: __u32insns_sz: __u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for gen_loader_opts
impl !Send for gen_loader_opts
impl !Sync for gen_loader_opts
impl Unpin for gen_loader_opts
impl UnwindSafe for gen_loader_opts
Blanket Implementations
Mutably borrows from an owned value. Read more