Struct libduckdb_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
sourceimpl __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
sourceimpl Clone for __last_branch_state
impl Clone for __last_branch_state
sourcefn clone(&self) -> __last_branch_state
fn clone(&self) -> __last_branch_state
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 __last_branch_state
impl Debug for __last_branch_state
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
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more