#[repr(C)]pub struct _Panda__BasicBlock {
pub base: ProtobufCMessage,
pub has_asid: i32,
pub asid: u64,
pub has_size: i32,
pub size: u32,
pub has_code: i32,
pub code: ProtobufCBinaryData,
}Fields§
§base: ProtobufCMessage§has_asid: i32§asid: u64§has_size: i32§size: u32§has_code: i32§code: ProtobufCBinaryDataTrait Implementations§
Source§impl Clone for _Panda__BasicBlock
impl Clone for _Panda__BasicBlock
Source§fn clone(&self) -> _Panda__BasicBlock
fn clone(&self) -> _Panda__BasicBlock
Returns a duplicate 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 _Panda__BasicBlock
impl Debug for _Panda__BasicBlock
impl Copy for _Panda__BasicBlock
Auto Trait Implementations§
impl Freeze for _Panda__BasicBlock
impl RefUnwindSafe for _Panda__BasicBlock
impl !Send for _Panda__BasicBlock
impl !Sync for _Panda__BasicBlock
impl Unpin for _Panda__BasicBlock
impl UnwindSafe for _Panda__BasicBlock
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