Searched defs:LogContext (Results 1 – 2 of 2) sorted by relevance
31 pub struct LogContext { struct38 unsafe impl Send for LogContext {} argument40 impl LogContext { impl42 pub fn new(log_type: log_bindgen::log_id, tag: u32) -> Option<LogContext> { in new()84 impl Drop for LogContext { implementation
78 F: Fn(LogContext) -> LogContext, in with_log_context()