Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/sync/
H A Dcondvar.rs106 fn wait_internal<T: ?Sized, B: Backend>(&self, wait_state: u32, guard: &mut Guard<'_, T, B>) { in wait_internal()
133 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait()
142 pub fn wait_uninterruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait_uninterruptible()
/openbmc/linux/rust/kernel/
H A Dinit.rs976 pub const unsafe fn pin_init_from_closure<T: ?Sized, E>( in pin_init_from_closure()
995 pub const unsafe fn init_from_closure<T: ?Sized, E>( in init_from_closure()
/openbmc/linux/rust/alloc/
H A Dslice.rs120 Self: Sized; in to_vec()