#[repr(C, packed(1))]pub struct UploaderDestroyArgs {
pub buffer_account_idx: u16,
pub meta_account_idx: u16,
}Expand description
Uploader program DESTROY instruction arguments (matches C struct)
Fields§
§buffer_account_idx: u16§meta_account_idx: u16Trait Implementations§
Source§impl Clone for UploaderDestroyArgs
impl Clone for UploaderDestroyArgs
Source§fn clone(&self) -> UploaderDestroyArgs
fn clone(&self) -> UploaderDestroyArgs
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 UploaderDestroyArgs
impl Debug for UploaderDestroyArgs
impl Copy for UploaderDestroyArgs
Auto Trait Implementations§
impl Freeze for UploaderDestroyArgs
impl RefUnwindSafe for UploaderDestroyArgs
impl Send for UploaderDestroyArgs
impl Sync for UploaderDestroyArgs
impl Unpin for UploaderDestroyArgs
impl UnwindSafe for UploaderDestroyArgs
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