struct HintsRecorder<'a> {
link: Option<Link>,
ringbuf: RingBuffer<'a>,
events: Rc<RefCell<Vec<HintsEventRecord>>>,
writer: BufWriter<File>,
skel: BpfSkel<'a>,
_open_object: Box<MaybeUninit<OpenObject>>,
}Fields§
§link: Option<Link>§ringbuf: RingBuffer<'a>§events: Rc<RefCell<Vec<HintsEventRecord>>>§writer: BufWriter<File>§skel: BpfSkel<'a>§_open_object: Box<MaybeUninit<OpenObject>>Implementations§
Trait Implementations§
Source§impl Drop for HintsRecorder<'_>
impl Drop for HintsRecorder<'_>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for HintsRecorder<'a>
impl<'a> !Send for HintsRecorder<'a>
impl<'a> !Sync for HintsRecorder<'a>
impl<'a> !UnwindSafe for HintsRecorder<'a>
impl<'a> Freeze for HintsRecorder<'a>
impl<'a> Unpin for HintsRecorder<'a>
impl<'a> UnsafeUnpin for HintsRecorder<'a>
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