Struct bpf_sys::perf_reader::bpf_spin_lock [−][src]
#[repr(C)]pub struct bpf_spin_lock {
pub val: __u32,
}
Fields
val: __u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_spin_lock
impl Send for bpf_spin_lock
impl Sync for bpf_spin_lock
impl Unpin for bpf_spin_lock
impl UnwindSafe for bpf_spin_lock
Blanket Implementations
Mutably borrows from an owned value. Read more