#[repr(C)]pub struct perf_branch_stack {
pub nr: u64,
pub entries: __IncompleteArrayField<perf_branch_entry>,
}Fields§
§nr: u64§entries: __IncompleteArrayField<perf_branch_entry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for perf_branch_stack
impl RefUnwindSafe for perf_branch_stack
impl Send for perf_branch_stack
impl Sync for perf_branch_stack
impl Unpin for perf_branch_stack
impl UnwindSafe for perf_branch_stack
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