[−][src]Struct perf_event_open_sys::bindings::perf_branch_entry
Fields
from: __u64
to: __u64
_bitfield_1: __BindgenBitfieldUnit<[u8; 8], u64>
Implementations
impl perf_branch_entry
[src]
pub fn mispred(&self) -> __u64
[src]
pub fn set_mispred(&mut self, val: __u64)
[src]
pub fn predicted(&self) -> __u64
[src]
pub fn set_predicted(&mut self, val: __u64)
[src]
pub fn in_tx(&self) -> __u64
[src]
pub fn set_in_tx(&mut self, val: __u64)
[src]
pub fn abort(&self) -> __u64
[src]
pub fn set_abort(&mut self, val: __u64)
[src]
pub fn cycles(&self) -> __u64
[src]
pub fn set_cycles(&mut self, val: __u64)
[src]
pub fn type_(&self) -> __u64
[src]
pub fn set_type(&mut self, val: __u64)
[src]
pub fn reserved(&self) -> __u64
[src]
pub fn set_reserved(&mut self, val: __u64)
[src]
pub fn new_bitfield_1(
mispred: __u64,
predicted: __u64,
in_tx: __u64,
abort: __u64,
cycles: __u64,
type_: __u64,
reserved: __u64
) -> __BindgenBitfieldUnit<[u8; 8], u64>
[src]
mispred: __u64,
predicted: __u64,
in_tx: __u64,
abort: __u64,
cycles: __u64,
type_: __u64,
reserved: __u64
) -> __BindgenBitfieldUnit<[u8; 8], u64>
Trait Implementations
impl Clone for perf_branch_entry
[src]
fn clone(&self) -> perf_branch_entry
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for perf_branch_entry
[src]
impl Debug for perf_branch_entry
[src]
impl Default for perf_branch_entry
[src]
fn default() -> perf_branch_entry
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,