pub struct SyscallContext {
    pub allocator: BpfAllocator,
    pub accounts_metadata: Vec<SerializedAccountMetadata>,
    pub trace_log: Vec<[u64; 12]>,
}Fields§
§allocator: BpfAllocator§accounts_metadata: Vec<SerializedAccountMetadata>§trace_log: Vec<[u64; 12]>Auto Trait Implementations§
impl RefUnwindSafe for SyscallContext
impl Send for SyscallContext
impl Sync for SyscallContext
impl Unpin for SyscallContext
impl UnwindSafe for SyscallContext
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