MCPcopy Create free account
hub / github.com/Ruddle/Fomos / fmt

Method fmt

bootloader/kernel/src/virtio.rs:658–665  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

656
657impl fmt::Debug for VirtioInputUnion {
658 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
659 unsafe {
660 f.debug_struct("VirtioInputUnion")
661 .field("abs", &self.abs)
662 .field("ids", &self.ids)
663 .finish()
664 }
665 }
666}
667
668#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected