pub struct SyscallCreateProgramAddress {}
Expand description
Create a program address
Implementations§
Auto Trait Implementations§
impl Freeze for SyscallCreateProgramAddress
impl RefUnwindSafe for SyscallCreateProgramAddress
impl Send for SyscallCreateProgramAddress
impl Sync for SyscallCreateProgramAddress
impl Unpin for SyscallCreateProgramAddress
impl UnwindSafe for SyscallCreateProgramAddress
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