Struct perf_event_open_sys::bindings::perf_branch_entry
source · [−]#[repr(C)]pub struct perf_branch_entry {
pub from: __u64,
pub to: __u64,
pub _bitfield_align_1: [u64; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
}
Fields
from: __u64
to: __u64
_bitfield_align_1: [u64; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>
Implementations
sourceimpl 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 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,
reserved: __u64
) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations
sourceimpl Clone for perf_branch_entry
impl Clone for perf_branch_entry
sourcefn clone(&self) -> perf_branch_entry
fn clone(&self) -> perf_branch_entry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for perf_branch_entry
impl Debug for perf_branch_entry
sourceimpl Default for perf_branch_entry
impl Default for perf_branch_entry
sourcefn 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 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more