Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dmodule_param.rs30 pub trait ModuleParam: Sized + Copy { interface
58 unsafe extern "C" fn set_param<T>(val: *const c_char, param: *const bindings::kernel_param) -> c_int in set_param()
90 impl ModuleParam for $ty { impl