pub struct SyscallRemainingComputeUnits {}
Expand description
Read remaining compute units
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SyscallRemainingComputeUnits
impl Send for SyscallRemainingComputeUnits
impl Sync for SyscallRemainingComputeUnits
impl Unpin for SyscallRemainingComputeUnits
impl UnwindSafe for SyscallRemainingComputeUnits
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