#[repr(u32)]pub enum bpf_ext_type {
BPF_EXT_INVALID = 0,
BPF_EXT_LEN = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for bpf_ext_type
impl Clone for bpf_ext_type
Source§fn clone(&self) -> bpf_ext_type
fn clone(&self) -> bpf_ext_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_ext_type
impl Debug for bpf_ext_type
Source§impl Hash for bpf_ext_type
impl Hash for bpf_ext_type
Source§impl PartialEq for bpf_ext_type
impl PartialEq for bpf_ext_type
impl Copy for bpf_ext_type
impl Eq for bpf_ext_type
impl StructuralPartialEq for bpf_ext_type
Auto Trait Implementations§
impl Freeze for bpf_ext_type
impl RefUnwindSafe for bpf_ext_type
impl Send for bpf_ext_type
impl Sync for bpf_ext_type
impl Unpin for bpf_ext_type
impl UnwindSafe for bpf_ext_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