Struct capstone_sys::cs_bpf
source · #[repr(C)]pub struct cs_bpf {
pub op_count: u8,
pub operands: [cs_bpf_op; 4],
}
Expand description
Instruction structure
Fields§
§op_count: u8
§operands: [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§
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