List Question
20 TechQA 2024-03-18T00:40:15.063000Why does `function == &function`?
57 views
Asked by KJ7LNW
Two-way mutable pointer relationship with trait DerefMut in a container-element setup?
131 views
Asked by mike rodent
Does the runtime dereference of a nullptr always result in Segmentation Fault?
130 views
Asked by Enlico
Why does Rust compiler suggest adding '&' instead of '*' when both work?
115 views
Asked by Yan
How can the execute-around-pointer code invoke an operator->() twice, although I only dereference once?
64 views
Asked by einpoklum
Moving value out of the Box by dereferencing (and what it is desugared into)?
60 views
Asked by Eugene Loy
Displaying references
50 views
Asked by pushpa
Why can't we do arithmetic on an operand in x86 asm?
107 views
Asked by hexman100
freeRTOS API derefrences null pointer
21 views
Asked by Abdullah
Dereferencing pointer cast from an integer of a valid memory address give Segmentation fault
71 views
Asked by twowr
This c code that demonstrates pass by values and pass by references in C doesn't work right
73 views
Asked by cougarhound
Delphi: adequate data structure for headered blocks
76 views
Asked by Zoltán Bíró
GDB pointer dereference gives wrong address
113 views
Asked by FalcoGer
Why can't I auto deref when reading from a mutable reference?
59 views
Asked by Kodra
Cannot borrow data in 'Rc' as mutable
404 views
Asked by yomag1234
C++ iterator reference non-exist value
47 views
Asked by Joelin Zou
Why do I get the error when I try to dereference a pointer to an array?
83 views
Asked by RobertC
Is there a Rust signature signaling that any type that coerces into T would be allowed?
62 views
Asked by David S.
simple address book program with struct in C
99 views
Asked by DeadlyKitten999
C# how dereferencing works behind the scenes
130 views
Asked by Aka