pub struct setSlotsReturn {}Expand description
@notice Writes values to multiple storage slots in a single call.
@param slots Array of slot numbers to write to.
@param values Array of 32-byte values to store at each slot.
Container type for the return parameters of the setSlots(uint256[],bytes32[]) function.
Trait Implementations§
Source§impl Clone for setSlotsReturn
impl Clone for setSlotsReturn
Source§fn clone(&self) -> setSlotsReturn
fn clone(&self) -> setSlotsReturn
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 moreAuto Trait Implementations§
impl Freeze for setSlotsReturn
impl RefUnwindSafe for setSlotsReturn
impl Send for setSlotsReturn
impl Sync for setSlotsReturn
impl Unpin for setSlotsReturn
impl UnsafeUnpin for setSlotsReturn
impl UnwindSafe for setSlotsReturn
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