pub struct BtfFuncProto<'a> {
pub res_type_id: u32,
pub params: Vec<BtfFuncParam<'a>>,
}Fields§
§res_type_id: u32§params: Vec<BtfFuncParam<'a>>Trait Implementations§
Source§impl<'a> Debug for BtfFuncProto<'a>
impl<'a> Debug for BtfFuncProto<'a>
Auto Trait Implementations§
impl<'a> Freeze for BtfFuncProto<'a>
impl<'a> RefUnwindSafe for BtfFuncProto<'a>
impl<'a> Send for BtfFuncProto<'a>
impl<'a> Sync for BtfFuncProto<'a>
impl<'a> Unpin for BtfFuncProto<'a>
impl<'a> UnwindSafe for BtfFuncProto<'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