Home
last modified time | relevance | path

Searched defs:from_usize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dtoken.rs20 pub fn from_usize(val: usize) -> Self { in from_usize() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dbit.rs161 pub fn from_usize(val: usize) -> Self { in from_usize() method
H A Dslab.rs123 pub fn from_usize(src: usize) -> Address { in from_usize() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dready.rs91 pub(crate) fn from_usize(val: usize) -> Ready { in from_usize() method