#[repr(C)]pub struct RR_header {
pub prog_point: RR_prog_point_t,
pub file_pos: u64,
pub kind: u32,
pub callsite_loc: u32,
}Fields§
§prog_point: RR_prog_point_t§file_pos: u64§kind: u32§callsite_loc: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for RR_header
impl RefUnwindSafe for RR_header
impl Send for RR_header
impl Sync for RR_header
impl Unpin for RR_header
impl UnwindSafe for RR_header
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