Home
last modified time | relevance | path

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

/linux/rust/kernel/device/
H A Dproperty.rs474 pub trait PropertyInt: Copy + Sealed { trait
495 impl PropertyInt for $int { impl