#[repr(u32)]pub enum bpf_stats_type {
BPF_STATS_RUN_TIME = 0,
}Available on x86-64 only.
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for bpf_stats_type
Source§impl Debug for bpf_stats_type
impl Debug for bpf_stats_type
impl Eq 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
Source§fn eq(&self, other: &bpf_stats_type) -> bool
fn eq(&self, other: &bpf_stats_type) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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