pub struct FarCallABI {
pub memory_quasi_fat_pointer: FatPointer,
pub ergs_passed: u32,
pub shard_id: u8,
pub forwarding_mode: FarCallForwardPageType,
pub constructor_call: bool,
pub to_system: bool,
}
Fields§
§memory_quasi_fat_pointer: FatPointer
§ergs_passed: u32
§shard_id: u8
§forwarding_mode: FarCallForwardPageType
§constructor_call: bool
§to_system: bool
Implementations§
Trait Implementations§
Source§impl Clone for FarCallABI
impl Clone for FarCallABI
Source§fn clone(&self) -> FarCallABI
fn clone(&self) -> FarCallABI
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 FarCallABI
impl Debug for FarCallABI
Source§impl Hash for FarCallABI
impl Hash for FarCallABI
Source§impl Ord for FarCallABI
impl Ord for FarCallABI
Source§fn cmp(&self, other: &FarCallABI) -> Ordering
fn cmp(&self, other: &FarCallABI) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FarCallABI
impl PartialEq for FarCallABI
Source§impl PartialOrd for FarCallABI
impl PartialOrd for FarCallABI
impl Copy for FarCallABI
impl Eq for FarCallABI
impl StructuralPartialEq for FarCallABI
Auto Trait Implementations§
impl Freeze for FarCallABI
impl RefUnwindSafe for FarCallABI
impl Send for FarCallABI
impl Sync for FarCallABI
impl Unpin for FarCallABI
impl UnwindSafe for FarCallABI
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