#[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 duplicate 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§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.