pub struct SyscallInvokeSignedC<'a, 'b> { /* private fields */ }
Expand description
Cross-program invocation called from C
Implementations
sourceimpl<'a, 'b> SyscallInvokeSignedC<'a, 'b>
impl<'a, 'b> SyscallInvokeSignedC<'a, 'b>
pub fn init(
invoke_context: Rc<RefCell<&'a mut InvokeContext<'b>>>
) -> Box<dyn SyscallObject<BpfError> + 'a>
Trait Implementations
sourceimpl<'a, 'b> SyscallObject<BpfError> for SyscallInvokeSignedC<'a, 'b>
impl<'a, 'b> SyscallObject<BpfError> for SyscallInvokeSignedC<'a, 'b>
Auto Trait Implementations
impl<'a, 'b> !RefUnwindSafe for SyscallInvokeSignedC<'a, 'b>
impl<'a, 'b> !Send for SyscallInvokeSignedC<'a, 'b>
impl<'a, 'b> !Sync for SyscallInvokeSignedC<'a, 'b>
impl<'a, 'b> Unpin for SyscallInvokeSignedC<'a, 'b>
impl<'a, 'b> !UnwindSafe for SyscallInvokeSignedC<'a, 'b>
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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