Struct ebpf::ffi::bpf_map_create_arg [] [src]

#[repr(C)]
pub struct bpf_map_create_arg { pub map_type: u32, pub key_size: u32, pub val_size: u32, pub max_entries: u32, pub map_flags: u32, }

Fields

Trait Implementations

impl Debug for bpf_map_create_arg
[src]

[src]

Formats the value using the given formatter.

impl Copy for bpf_map_create_arg
[src]

impl Clone for bpf_map_create_arg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Pod for bpf_map_create_arg
[src]