pub struct BtfExtLine<'a> {
pub insn_off: u32,
pub file_name: &'a str,
pub src_line: &'a str,
pub line_num: u32,
pub col_num: u32,
}Fields§
§insn_off: u32§file_name: &'a str§src_line: &'a str§line_num: u32§col_num: u32Trait Implementations§
Source§impl<'a> Debug for BtfExtLine<'a>
impl<'a> Debug for BtfExtLine<'a>
Auto Trait Implementations§
impl<'a> Freeze for BtfExtLine<'a>
impl<'a> RefUnwindSafe for BtfExtLine<'a>
impl<'a> Send for BtfExtLine<'a>
impl<'a> Sync for BtfExtLine<'a>
impl<'a> Unpin for BtfExtLine<'a>
impl<'a> UnwindSafe for BtfExtLine<'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