Struct rust_libretro::logger::RetroLogger
source · [−]pub struct RetroLogger {
callback: retro_log_callback,
log_level: Level,
}Fields
callback: retro_log_callbacklog_level: LevelImplementations
sourceimpl RetroLogger
impl RetroLogger
pub fn new(callback: retro_log_callback) -> Self
fn get_retro_log_level(level: Level) -> retro_log_level
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RetroLogger
impl Send for RetroLogger
impl Sync for RetroLogger
impl Unpin for RetroLogger
impl UnwindSafe for RetroLogger
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
