Struct cyclos_core::instruction::CreateAndInitPool
source · [−]pub struct CreateAndInitPool {
pub sqrt_price_x32: u64,
}Expand description
Instruction.
Fields
sqrt_price_x32: u64Trait Implementations
sourceimpl BorshDeserialize for CreateAndInitPool where
u64: BorshDeserialize,
impl BorshDeserialize for CreateAndInitPool where
u64: BorshDeserialize,
sourceimpl BorshSerialize for CreateAndInitPool where
u64: BorshSerialize,
impl BorshSerialize for CreateAndInitPool where
u64: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for CreateAndInitPool
impl Send for CreateAndInitPool
impl Sync for CreateAndInitPool
impl Unpin for CreateAndInitPool
impl UnwindSafe for CreateAndInitPool
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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