Home
last modified time | relevance | path

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

/qemu/rust/qemu-api/src/
H A Dqom.rs289 pub struct ParentInit<'init, T>( struct
294 impl<'init, T> ParentInit<'init, T> { implementation
302 impl<T: ObjectType> ParentInit<'_, T> { implementation
326 impl<'a, T: ObjectImpl> ParentInit<'a, T> { impl
370 impl<T> Deref for ParentInit<'_, T> { implementation
378 impl<T> DerefMut for ParentInit<'_, T> { implementation