[][src]Struct eosio_cdt_sys::capi_public_key

#[repr(C)]
pub struct capi_public_key {
    pub data: [c_char; 34],
}

EOSIO Public Key. K1 and R1 keys are 34 bytes. Newer keys can be variable-sized

Fields

data: [c_char; 34]

Trait Implementations

impl Clone for capi_public_key[src]

impl Copy for capi_public_key[src]

impl Debug for capi_public_key[src]

impl Default for capi_public_key[src]

impl PartialEq<capi_public_key> for capi_public_key[src]

Auto Trait Implementations

impl Send for capi_public_key

impl Sync for capi_public_key

impl Unpin for capi_public_key

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.