Home
last modified time | relevance | path

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

/qemu/rust/qemu-api/src/
H A Dirq.rs91 pub(crate) const fn as_ptr(&self) -> *mut *mut bindings::IRQState { in as_ptr() function
H A Dcell.rs434 pub const fn as_ptr(&self) -> *mut T { in as_ptr() method
685 pub const fn as_ptr(&self) -> *mut T { in as_ptr() method
1014 pub const fn as_ptr(&self) -> *const T { in as_ptr() method
H A Dqom.rs368 fn as_ptr<U: ObjectType>(&self) -> *const U in as_ptr() method