#[repr(C)]pub struct RR_header {
pub prog_point: RR_prog_point,
pub file_pos: u64,
pub kind: RR_log_entry_kind,
pub callsite_loc: RR_callsite_id,
}Fields§
§prog_point: RR_prog_point§file_pos: u64§kind: RR_log_entry_kind§callsite_loc: RR_callsite_idTrait 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