Home
last modified time | relevance | path

Searched refs:from_expr (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dbitfield.rs586 Bounded::from_expr(mt as u64) in from()
612 Bounded::from_expr(p as u16) in from()
/linux/rust/kernel/num/
H A Dbounded.rs376 pub fn from_expr(expr: T) -> Self { in from_expr() function