#[repr(C)]pub struct perf_branch_entry {
pub from: __u64,
pub to: __u64,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
}
Fields§
§from: __u64
§to: __u64
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>
Implementations§
Source§impl perf_branch_entry
impl perf_branch_entry
pub fn mispred(&self) -> __u64
pub fn set_mispred(&mut self, val: __u64)
pub fn predicted(&self) -> __u64
pub fn set_predicted(&mut self, val: __u64)
pub fn in_tx(&self) -> __u64
pub fn set_in_tx(&mut self, val: __u64)
pub fn abort(&self) -> __u64
pub fn set_abort(&mut self, val: __u64)
pub fn cycles(&self) -> __u64
pub fn set_cycles(&mut self, val: __u64)
pub fn type_(&self) -> __u64
pub fn set_type(&mut self, val: __u64)
pub fn spec(&self) -> __u64
pub fn set_spec(&mut self, val: __u64)
pub fn new_type(&self) -> __u64
pub fn set_new_type(&mut self, val: __u64)
pub fn priv_(&self) -> __u64
pub fn set_priv(&mut self, val: __u64)
pub fn reserved(&self) -> __u64
pub fn set_reserved(&mut self, val: __u64)
pub fn new_bitfield_1( mispred: __u64, predicted: __u64, in_tx: __u64, abort: __u64, cycles: __u64, type_: __u64, spec: __u64, new_type: __u64, priv_: __u64, reserved: __u64, ) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations§
Source§impl Clone for perf_branch_entry
impl Clone for perf_branch_entry
Source§fn clone(&self) -> perf_branch_entry
fn clone(&self) -> perf_branch_entry
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 moreSource§impl Debug for perf_branch_entry
impl Debug for perf_branch_entry
Source§impl Default for perf_branch_entry
impl Default for perf_branch_entry
Source§fn default() -> perf_branch_entry
fn default() -> perf_branch_entry
Returns the “default value” for a type. Read more
impl Copy for perf_branch_entry
Auto Trait Implementations§
impl Freeze for perf_branch_entry
impl RefUnwindSafe for perf_branch_entry
impl Send for perf_branch_entry
impl Sync for perf_branch_entry
impl Unpin for perf_branch_entry
impl UnwindSafe for perf_branch_entry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)