#[repr(C)]pub struct wf_backtrace_buffer_t {
pub segment_idx: c_int,
pub segment_offset: c_int,
pub block_next: *mut bt_block_t,
pub segments: *mut vector_t,
pub alignment_init_pos: *mut vector_t,
pub num_compacted_blocks: bt_block_idx_t,
pub num_compactions: c_int,
pub alignment_packed: *mut vector_t,
pub prefetch_blocks_idxs: *mut vector_t,
pub mm_allocator: *mut mm_allocator_t,
}Fields§
§segment_idx: c_int§segment_offset: c_int§block_next: *mut bt_block_t§segments: *mut vector_t§alignment_init_pos: *mut vector_t§num_compacted_blocks: bt_block_idx_t§num_compactions: c_int§alignment_packed: *mut vector_t§prefetch_blocks_idxs: *mut vector_t§mm_allocator: *mut mm_allocator_tTrait Implementations§
Source§impl Clone for wf_backtrace_buffer_t
impl Clone for wf_backtrace_buffer_t
Source§fn clone(&self) -> wf_backtrace_buffer_t
fn clone(&self) -> wf_backtrace_buffer_t
Returns a duplicate 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 wf_backtrace_buffer_t
impl Debug for wf_backtrace_buffer_t
impl Copy for wf_backtrace_buffer_t
Auto Trait Implementations§
impl Freeze for wf_backtrace_buffer_t
impl RefUnwindSafe for wf_backtrace_buffer_t
impl !Send for wf_backtrace_buffer_t
impl !Sync for wf_backtrace_buffer_t
impl Unpin for wf_backtrace_buffer_t
impl UnwindSafe for wf_backtrace_buffer_t
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