Struct panda_sys::_Panda__BasicBlock [−][src]
#[repr(C)]pub struct _Panda__BasicBlock { pub base: ProtobufCMessage, pub has_asid: protobuf_c_boolean, pub asid: u64, pub has_size: protobuf_c_boolean, pub size: u32, pub has_code: protobuf_c_boolean, pub code: ProtobufCBinaryData, }
Fields
base: ProtobufCMessagehas_asid: protobuf_c_booleanasid: u64has_size: protobuf_c_booleansize: u32has_code: protobuf_c_booleancode: ProtobufCBinaryDataTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _Panda__BasicBlockimpl !Send for _Panda__BasicBlockimpl !Sync for _Panda__BasicBlockimpl Unpin for _Panda__BasicBlockimpl UnwindSafe for _Panda__BasicBlockBlanket Implementations
Mutably borrows from an owned value. Read more