pub struct BtfExtFunc {
pub insn_off: u32,
pub type_id: u32,
}Fields§
§insn_off: u32§type_id: u32Trait Implementations§
Source§impl Debug for BtfExtFunc
impl Debug for BtfExtFunc
Auto Trait Implementations§
impl Freeze for BtfExtFunc
impl RefUnwindSafe for BtfExtFunc
impl Send for BtfExtFunc
impl Sync for BtfExtFunc
impl Unpin for BtfExtFunc
impl UnwindSafe for BtfExtFunc
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