Struct tss_esapi_sys::__last_branch_state
source · #[repr(C)]pub struct __last_branch_state {
pub __lbr_count: c_int,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub __lbrs: [__last_branch_record; 32],
}
Fields§
§__lbr_count: c_int
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§__lbrs: [__last_branch_record; 32]
Implementations§
source§impl __last_branch_state
impl __last_branch_state
pub fn __lbr_supported_tsx(&self) -> __uint32_t
pub fn set___lbr_supported_tsx(&mut self, val: __uint32_t)
pub fn __lbr_supported_cycle_count(&self) -> __uint32_t
pub fn set___lbr_supported_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( __lbr_supported_tsx: __uint32_t, __lbr_supported_cycle_count: __uint32_t, __reserved: __uint32_t ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for __last_branch_state
impl Clone for __last_branch_state
source§fn clone(&self) -> __last_branch_state
fn clone(&self) -> __last_branch_state
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 __last_branch_state
impl Debug for __last_branch_state
source§impl Default for __last_branch_state
impl Default for __last_branch_state
source§fn default() -> __last_branch_state
fn default() -> __last_branch_state
Returns the “default value” for a type. Read more
impl Copy for __last_branch_state
Auto Trait Implementations§
impl RefUnwindSafe for __last_branch_state
impl Send for __last_branch_state
impl Sync for __last_branch_state
impl Unpin for __last_branch_state
impl UnwindSafe for __last_branch_state
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