Struct libretro_sys::LogCallback[][src]

#[repr(C)]
pub struct LogCallback { pub log: LogPrintfFn, }

Fields

Trait Implementations

impl Clone for LogCallback
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LogCallback
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LogCallback

impl Sync for LogCallback