pub struct FuncProto {
pub parameters: Vec<Parameter>,
/* private fields */
}Expand description
Rust representation for BTF type BTF_KIND_FUNC_PROTO.
Fields§
§parameters: Vec<Parameter>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuncProto
impl RefUnwindSafe for FuncProto
impl Send for FuncProto
impl Sync for FuncProto
impl Unpin for FuncProto
impl UnwindSafe for FuncProto
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