Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtypes.rs29 pub unsafe trait ForeignOwnable: Sized { trait
130 unsafe impl ForeignOwnable for () { implementation
H A Ddevice.rs86 pub fn set_drvdata(&self, data: impl ForeignOwnable) { in set_drvdata()