Searched defs:from_raw (Results 1 – 2 of 2) sorted by relevance
/qemu/rust/qemu-api/src/ | ||
H A D | qom.rs | 637 pub unsafe fn from_raw(ptr: *const T) -> Self { in from_raw() method |
H A D | cell.rs | 968 pub unsafe fn from_raw<'a>(ptr: *mut T) -> &'a Self { in from_raw() method |