Home
last modified time | relevance | path

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

/linux/rust/pin-init/src/
H A Dlib.rs1177 pub const unsafe fn cast_pin_init<T, U, E>(init: impl PinInit<T, E>) -> impl PinInit<U, E> { in cast_pin_init() function
1778 unsafe { cast_pin_init(value_init) } in pin_init()
1786 unsafe { cast_pin_init(value_init) } in pin_init()
1795 unsafe { cast_pin_init(init) } in pin_init()
/linux/rust/kernel/
H A Ddevres.rs439 let data = unsafe { pin_init::cast_pin_init(data) }; in new()