pub struct setSlotReturn {}Expand description
@notice Writes a value to a single storage slot.
@param slot The slot number to write to.
@param value The 32-byte value to store.
Container type for the return parameters of the setSlot(uint256,bytes32) function.
Trait Implementations§
Source§impl Clone for setSlotReturn
impl Clone for setSlotReturn
Source§fn clone(&self) -> setSlotReturn
fn clone(&self) -> setSlotReturn
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 setSlotReturn
impl RefUnwindSafe for setSlotReturn
impl Send for setSlotReturn
impl Sync for setSlotReturn
impl Unpin for setSlotReturn
impl UnsafeUnpin for setSlotReturn
impl UnwindSafe for setSlotReturn
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