#[repr(C, packed(1))]pub struct AbiManagerCreateMetaOfficialArgs {
pub abi_meta_account_idx: u16,
pub program_meta_account_idx: u16,
pub authority_account_idx: u16,
}Expand description
ABI manager program CREATE META (official) instruction arguments (matches C struct)
Fields§
§abi_meta_account_idx: u16§program_meta_account_idx: u16Trait Implementations§
Source§impl Clone for AbiManagerCreateMetaOfficialArgs
impl Clone for AbiManagerCreateMetaOfficialArgs
Source§fn clone(&self) -> AbiManagerCreateMetaOfficialArgs
fn clone(&self) -> AbiManagerCreateMetaOfficialArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AbiManagerCreateMetaOfficialArgs
Auto Trait Implementations§
impl Freeze for AbiManagerCreateMetaOfficialArgs
impl RefUnwindSafe for AbiManagerCreateMetaOfficialArgs
impl Send for AbiManagerCreateMetaOfficialArgs
impl Sync for AbiManagerCreateMetaOfficialArgs
impl Unpin for AbiManagerCreateMetaOfficialArgs
impl UnwindSafe for AbiManagerCreateMetaOfficialArgs
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