MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / deref_mut

Method deref_mut

icicle-cortexm/src/mmio.rs:62–64  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

60
61impl<I> std::ops::DerefMut for FuzzwareMmioHandler<I> {
62 fn deref_mut(&mut self) -> &mut Self::Target {
63 &mut self.source
64 }
65}
66
67impl<I> std::ops::Deref for FuzzwareMmioHandler<I> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected