#[repr(u32)]pub enum bpf_stats_type {
BPF_STATS_RUN_TIME = 0,
}Variants§
BPF_STATS_RUN_TIME = 0
Trait Implementations§
source§impl Clone for bpf_stats_type
impl Clone for bpf_stats_type
source§fn clone(&self) -> bpf_stats_type
fn clone(&self) -> bpf_stats_type
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for bpf_stats_type
impl Debug for bpf_stats_type
source§impl Hash for bpf_stats_type
impl Hash for bpf_stats_type
source§impl PartialEq for bpf_stats_type
impl PartialEq for bpf_stats_type
impl Copy for bpf_stats_type
impl Eq for bpf_stats_type
impl StructuralPartialEq for bpf_stats_type
Auto Trait Implementations§
impl Freeze for bpf_stats_type
impl RefUnwindSafe for bpf_stats_type
impl Send for bpf_stats_type
impl Sync for bpf_stats_type
impl Unpin for bpf_stats_type
impl UnwindSafe for bpf_stats_type
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.