Struct rust_libretro_sys::retro_log_callback
source · #[repr(C)]pub struct retro_log_callback {
pub log: retro_log_printf_t,
}
Fields§
§log: retro_log_printf_t
Trait Implementations§
source§impl Clone for retro_log_callback
impl Clone for retro_log_callback
source§fn clone(&self) -> retro_log_callback
fn clone(&self) -> retro_log_callback
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