Enum capstone_sys::bpf_reg
source · [−]#[repr(u32)]
pub enum bpf_reg {
Show 15 variants
BPF_REG_INVALID,
BPF_REG_A,
BPF_REG_X,
BPF_REG_R0,
BPF_REG_R1,
BPF_REG_R2,
BPF_REG_R3,
BPF_REG_R4,
BPF_REG_R5,
BPF_REG_R6,
BPF_REG_R7,
BPF_REG_R8,
BPF_REG_R9,
BPF_REG_R10,
BPF_REG_ENDING,
}Expand description
BPF registers
Variants
BPF_REG_INVALID
BPF_REG_A
BPF_REG_X
BPF_REG_R0
BPF_REG_R1
BPF_REG_R2
BPF_REG_R3
BPF_REG_R4
BPF_REG_R5
BPF_REG_R6
BPF_REG_R7
BPF_REG_R8
BPF_REG_R9
BPF_REG_R10
BPF_REG_ENDING
Trait Implementations
impl Copy for bpf_reg
impl Eq for bpf_reg
impl StructuralEq for bpf_reg
impl StructuralPartialEq for bpf_reg
Auto Trait Implementations
impl RefUnwindSafe for bpf_reg
impl Send for bpf_reg
impl Sync for bpf_reg
impl Unpin for bpf_reg
impl UnwindSafe for bpf_reg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more