Home
last modified time | relevance | path

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

/qemu/rust/qemu-api/src/
H A Dqom.rs520 const UNPARENT: Option<fn(&Self)> = None; constant
551 T::UNPARENT.unwrap()(unsafe { state.as_ref() }); in rust_unparent_fn()
558 if <T as ObjectImpl>::UNPARENT.is_some() { in class_init()