pub struct currentSystemAddressReturn {
pub _0: Address,
}Expand description
@notice Returns the current effective system address.
Container type for the return parameters of the currentSystemAddress() function.
Fields§
§_0: AddressTrait Implementations§
Source§impl Clone for currentSystemAddressReturn
impl Clone for currentSystemAddressReturn
Source§fn clone(&self) -> currentSystemAddressReturn
fn clone(&self) -> currentSystemAddressReturn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 currentSystemAddressReturn
impl Debug for currentSystemAddressReturn
Source§impl Default for currentSystemAddressReturn
impl Default for currentSystemAddressReturn
Source§fn default() -> currentSystemAddressReturn
fn default() -> currentSystemAddressReturn
Returns the “default value” for a type. Read more
impl Eq for currentSystemAddressReturn
Source§impl Hash for currentSystemAddressReturn
impl Hash for currentSystemAddressReturn
impl StructuralPartialEq for currentSystemAddressReturn
Auto Trait Implementations§
impl Freeze for currentSystemAddressReturn
impl RefUnwindSafe for currentSystemAddressReturn
impl Send for currentSystemAddressReturn
impl Sync for currentSystemAddressReturn
impl Unpin for currentSystemAddressReturn
impl UnsafeUnpin for currentSystemAddressReturn
impl UnwindSafe for currentSystemAddressReturn
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