Struct rust_chain::abi::ABIInfo
source · [−]pub struct ABIInfo {
pub actions: Vec<ActionInfo>,
pub tables: Vec<TableInfo>,
pub structs: Vec<Type>,
pub variants: Vec<Type>,
}
Fields
actions: Vec<ActionInfo>
tables: Vec<TableInfo>
structs: Vec<Type>
variants: Vec<Type>
Auto Trait Implementations
impl RefUnwindSafe for ABIInfo
impl Send for ABIInfo
impl Sync for ABIInfo
impl Unpin for ABIInfo
impl UnwindSafe for ABIInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more