MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / as_usize

Method as_usize

kernel/src/interrupts.rs:307–309  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

305 }
306
307 pub fn as_usize(self) -> usize {
308 usize::from(self.as_u8())
309 }
310}
311
312use alloc::sync::Arc;

Callers

nothing calls this directly

Calls 1

as_u8Method · 0.80

Tested by

no test coverage detected