Struct bpf_sys::bpf_cgroup_dev_ctx[][src]

#[repr(C)]
pub struct bpf_cgroup_dev_ctx { pub access_type: __u32, pub major: __u32, pub minor: __u32, }

Fields

Trait Implementations

impl Debug for bpf_cgroup_dev_ctx
[src]

Formats the value using the given formatter. Read more

impl Copy for bpf_cgroup_dev_ctx
[src]

impl Clone for bpf_cgroup_dev_ctx
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations