Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dtypes.rs22 pub trait ForeignOwnable: Sized { interface
51 impl<T: 'static> ForeignOwnable for Box<T> {
73 impl ForeignOwnable for () { implementation
/openbmc/linux/rust/kernel/sync/
H A Darc.rs23 types::{ForeignOwnable, Opaque},
236 impl<T: 'static> ForeignOwnable for Arc<T> {