☰
BackingIndex
Required Methods
to_usize
Implementations on Foreign Types
u16
u32
Implementors
In runtime::memory
?
Trait
runtime
::
memory
::
BackingIndex
source
·
[
−
]
pub trait BackingIndex { fn
to_usize
(&self) ->
usize
; }
Required methods
source
fn
to_usize
(&self) ->
usize
Implementations on Foreign Types
source
impl
BackingIndex
for
u16
source
fn
to_usize
(&self) ->
usize
source
impl
BackingIndex
for
u32
source
fn
to_usize
(&self) ->
usize
Implementors