Struct oxygengine_user_interface::raui::core::PrintLogger
source · [−]pub struct PrintLogger;
Expand description
Prints log messages to terminal via println! macro.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PrintLogger
impl Send for PrintLogger
impl Sync for PrintLogger
impl Unpin for PrintLogger
impl UnwindSafe for PrintLogger
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more