MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / asusize

Method asusize

src/interrupts.rs:57–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 self as u8
56 }
57 fn asusize(self) -> usize
58 {
59 usize::from(self.asu8())
60 }
61}
62
63

Callers

nothing calls this directly

Calls 1

asu8Method · 0.80

Tested by

no test coverage detected