pub struct BtfExtCoreReloc<'a> {
pub insn_off: u32,
pub type_id: u32,
pub access_spec_str: &'a str,
pub access_spec: Vec<usize>,
pub kind: BtfCoreRelocKind,
}Fields§
§insn_off: u32§type_id: u32§access_spec_str: &'a str§access_spec: Vec<usize>§kind: BtfCoreRelocKindTrait Implementations§
Source§impl<'a> Debug for BtfExtCoreReloc<'a>
impl<'a> Debug for BtfExtCoreReloc<'a>
Auto Trait Implementations§
impl<'a> Freeze for BtfExtCoreReloc<'a>
impl<'a> RefUnwindSafe for BtfExtCoreReloc<'a>
impl<'a> Send for BtfExtCoreReloc<'a>
impl<'a> Sync for BtfExtCoreReloc<'a>
impl<'a> Unpin for BtfExtCoreReloc<'a>
impl<'a> UnwindSafe for BtfExtCoreReloc<'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