#[repr(C)]pub struct sign_account_ctx {
pub req: *mut in3_req,
pub accounts: *mut u8,
pub accounts_len: c_int,
pub signer_type: in3_signer_type_t,
}Fields§
§req: *mut in3_req§accounts: *mut u8§accounts_len: c_int§signer_type: in3_signer_type_tTrait Implementations§
Source§impl Clone for sign_account_ctx
impl Clone for sign_account_ctx
Source§fn clone(&self) -> sign_account_ctx
fn clone(&self) -> sign_account_ctx
Returns a copy 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 sign_account_ctx
impl Debug for sign_account_ctx
impl Copy for sign_account_ctx
Auto Trait Implementations§
impl Freeze for sign_account_ctx
impl RefUnwindSafe for sign_account_ctx
impl !Send for sign_account_ctx
impl !Sync for sign_account_ctx
impl Unpin for sign_account_ctx
impl UnwindSafe for sign_account_ctx
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