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 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