Struct libduckdb_sys::__last_branch_record
source · #[repr(C)]pub struct __last_branch_record {
pub __from_ip: __uint64_t,
pub __to_ip: __uint64_t,
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub __bindgen_padding_0: u32,
}
Fields§
§__from_ip: __uint64_t
§__to_ip: __uint64_t
§_bitfield_align_1: [u16; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§__bindgen_padding_0: u32
Implementations§
source§impl __last_branch_record
impl __last_branch_record
pub fn __mispredict(&self) -> __uint32_t
pub fn set___mispredict(&mut self, val: __uint32_t)
pub fn __tsx_abort(&self) -> __uint32_t
pub fn set___tsx_abort(&mut self, val: __uint32_t)
pub fn __in_tsx(&self) -> __uint32_t
pub fn set___in_tsx(&mut self, val: __uint32_t)
pub fn __cycle_count(&self) -> __uint32_t
pub fn set___cycle_count(&mut self, val: __uint32_t)
pub fn __reserved(&self) -> __uint32_t
pub fn set___reserved(&mut self, val: __uint32_t)
pub fn new_bitfield_1( __mispredict: __uint32_t, __tsx_abort: __uint32_t, __in_tsx: __uint32_t, __cycle_count: __uint32_t, __reserved: __uint32_t ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for __last_branch_record
impl Clone for __last_branch_record
source§fn clone(&self) -> __last_branch_record
fn clone(&self) -> __last_branch_record
Returns a copy 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 more