pub struct MemoryCloseCpiAccounts<'a, 'b> {
pub program_id: &'b AccountInfo<'a>,
pub payer: &'b AccountInfo<'a>,
pub memory: &'b AccountInfo<'a>,
}Expand description
memory_close CPI accounts.
Fields§
§program_id: &'b AccountInfo<'a>Lighthouse program
payer: &'b AccountInfo<'a>Payer account
memory: &'b AccountInfo<'a>Memory account
Auto Trait Implementations§
impl<'a, 'b> Freeze for MemoryCloseCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for MemoryCloseCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for MemoryCloseCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for MemoryCloseCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for MemoryCloseCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for MemoryCloseCpiAccounts<'a, 'b>
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