#[repr(C, packed(1))]pub struct SystemProgramDecompress2Args {
pub target_account_idx: u16,
pub meta_account_idx: u16,
pub data_account_idx: u16,
pub data_offset: u32,
}Expand description
System program DECOMPRESS2 instruction arguments (matches C struct)
Fields§
§target_account_idx: u16§meta_account_idx: u16§data_account_idx: u16§data_offset: u32Trait Implementations§
Source§impl Clone for SystemProgramDecompress2Args
impl Clone for SystemProgramDecompress2Args
Source§fn clone(&self) -> SystemProgramDecompress2Args
fn clone(&self) -> SystemProgramDecompress2Args
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 moreSource§impl Debug for SystemProgramDecompress2Args
impl Debug for SystemProgramDecompress2Args
impl Copy for SystemProgramDecompress2Args
Auto Trait Implementations§
impl Freeze for SystemProgramDecompress2Args
impl RefUnwindSafe for SystemProgramDecompress2Args
impl Send for SystemProgramDecompress2Args
impl Sync for SystemProgramDecompress2Args
impl Unpin for SystemProgramDecompress2Args
impl UnwindSafe for SystemProgramDecompress2Args
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