Struct in3_sys::sign_ctx[][src]

#[repr(C)]pub struct sign_ctx {
    pub signature: bytes_t,
    pub type_: d_signature_type_t,
    pub req: *mut in3_req,
    pub message: bytes_t,
    pub account: bytes_t,
}

Fields

signature: bytes_ttype_: d_signature_type_treq: *mut in3_reqmessage: bytes_taccount: bytes_t

Trait Implementations

impl Clone for sign_ctx[src]

impl Copy for sign_ctx[src]

impl Debug for sign_ctx[src]

Auto Trait Implementations

impl !Send for sign_ctx

impl !Sync for sign_ctx

impl Unpin for sign_ctx

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.