Struct rust_libretro_sys::retro_message
source · Fields§
§msg: *const c_char
Message to be displayed.
frames: c_uint
Duration in frames of message.
Trait Implementations§
source§impl Clone for retro_message
impl Clone for retro_message
source§fn clone(&self) -> retro_message
fn clone(&self) -> retro_message
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