Struct apollo_hyper_libretro_sys::LogCallback
source · #[repr(C)]pub struct LogCallback {
pub log: LogPrintfFn,
}Fields§
§log: LogPrintfFnTrait Implementations§
source§impl Clone for LogCallback
impl Clone for LogCallback
source§fn clone(&self) -> LogCallback
fn clone(&self) -> LogCallback
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more