pub struct SyscallLogPubkey {}
Expand description
Log 5 64-bit values
Implementations§
Auto Trait Implementations§
impl Freeze for SyscallLogPubkey
impl RefUnwindSafe for SyscallLogPubkey
impl Send for SyscallLogPubkey
impl Sync for SyscallLogPubkey
impl Unpin for SyscallLogPubkey
impl UnwindSafe for SyscallLogPubkey
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