pub struct SyscallLogBpfComputeUnits<'a, 'b> { /* private fields */ }Expand description
Log current compute consumption
Trait Implementations
Auto Trait Implementations
impl<'a, 'b> !RefUnwindSafe for SyscallLogBpfComputeUnits<'a, 'b>
impl<'a, 'b> !Send for SyscallLogBpfComputeUnits<'a, 'b>
impl<'a, 'b> !Sync for SyscallLogBpfComputeUnits<'a, 'b>
impl<'a, 'b> Unpin for SyscallLogBpfComputeUnits<'a, 'b>
impl<'a, 'b> !UnwindSafe for SyscallLogBpfComputeUnits<'a, 'b>
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more