Struct solana_bpf_loader_program::syscalls::SyscallLog
source · [−]pub struct SyscallLog<'a, 'b> { /* private fields */ }
Expand description
Log a user’s info message
Implementations
sourceimpl<'a, 'b> SyscallLog<'a, 'b>
impl<'a, 'b> SyscallLog<'a, 'b>
pub fn init(
invoke_context: Rc<RefCell<&'a mut InvokeContext<'b>>>
) -> Box<dyn SyscallObject<BpfError> + 'a>
Trait Implementations
Auto Trait Implementations
impl<'a, 'b> !RefUnwindSafe for SyscallLog<'a, 'b>
impl<'a, 'b> !Send for SyscallLog<'a, 'b>
impl<'a, 'b> !Sync for SyscallLog<'a, 'b>
impl<'a, 'b> Unpin for SyscallLog<'a, 'b>
impl<'a, 'b> !UnwindSafe for SyscallLog<'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