Struct human_program::EmitInstruction
source · #[repr(C)]pub struct EmitInstruction {
pub amount: u64,
}
Fields§
§amount: u64
Trait Implementations§
source§impl BorshDeserialize for EmitInstructionwhere
u64: BorshDeserialize,
impl BorshDeserialize for EmitInstructionwhere u64: BorshDeserialize,
source§impl BorshSerialize for EmitInstructionwhere
u64: BorshSerialize,
impl BorshSerialize for EmitInstructionwhere u64: BorshSerialize,
Auto Trait Implementations§
impl RefUnwindSafe for EmitInstruction
impl Send for EmitInstruction
impl Sync for EmitInstruction
impl Unpin for EmitInstruction
impl UnwindSafe for EmitInstruction
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