Expand description
Information about BPF type format
Fields
btf: u64btf_size: u32id: u32Auto Trait Implementations
impl RefUnwindSafe for BtfInfo
impl Send for BtfInfo
impl Sync for BtfInfo
impl Unpin for BtfInfo
impl UnwindSafe for BtfInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more