Struct capstone_sys::cs_bpf
source · [−]Expand description
Instruction structure
Fields
op_count: u8operands: [cs_bpf_op; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cs_bpf
impl Send for cs_bpf
impl Sync for cs_bpf
impl Unpin for cs_bpf
impl UnwindSafe for cs_bpf
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