Struct safe_core::ffi::AccountInfo [] [src]

#[repr(C)]
pub struct AccountInfo { pub mutations_done: u64, pub mutations_available: u64, }

Represents the FFI-safe account info

Fields

Number of used mutations

Number of available mutations

Trait Implementations

impl Clone for AccountInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AccountInfo
[src]

impl ReprC for AccountInfo
[src]

C representation of the type

Error type

Converts from a raw type into an owned type by cloning data