#[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: u32Implementations§
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 unsafe fn __mispredict_raw(this: *const Self) -> __uint32_t
pub unsafe fn set___mispredict_raw(this: *mut Self, val: __uint32_t)
pub fn __tsx_abort(&self) -> __uint32_t
pub fn set___tsx_abort(&mut self, val: __uint32_t)
pub unsafe fn __tsx_abort_raw(this: *const Self) -> __uint32_t
pub unsafe fn set___tsx_abort_raw(this: *mut Self, val: __uint32_t)
pub fn __in_tsx(&self) -> __uint32_t
pub fn set___in_tsx(&mut self, val: __uint32_t)
pub unsafe fn __in_tsx_raw(this: *const Self) -> __uint32_t
pub unsafe fn set___in_tsx_raw(this: *mut Self, val: __uint32_t)
pub fn __cycle_count(&self) -> __uint32_t
pub fn set___cycle_count(&mut self, val: __uint32_t)
pub unsafe fn __cycle_count_raw(this: *const Self) -> __uint32_t
pub unsafe fn set___cycle_count_raw(this: *mut Self, val: __uint32_t)
pub fn __reserved(&self) -> __uint32_t
pub fn set___reserved(&mut self, val: __uint32_t)
pub unsafe fn __reserved_raw(this: *const Self) -> __uint32_t
pub unsafe fn set___reserved_raw(this: *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 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 __last_branch_record
impl Debug for __last_branch_record
impl Copy for __last_branch_record
Auto Trait Implementations§
impl Freeze for __last_branch_record
impl RefUnwindSafe for __last_branch_record
impl Send for __last_branch_record
impl Sync for __last_branch_record
impl Unpin for __last_branch_record
impl UnwindSafe for __last_branch_record
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