Struct ppapi::ffi::Struct_PPB_Console_1_0Experimental [-]  [+] [src]

pub struct Struct_PPB_Console_1_0 {
    pub Log: Option< extern "C" fn(instance: PP_Instance, level: PP_LogLevel, value: Struct_PP_Var)>,
    pub LogWithSource: Option< extern "C" fn(instance: PP_Instance, level: PP_LogLevel, source: Struct_PP_Var, value: Struct_PP_Var)>,
}

Fields

Log
LogWithSource

Trait Implementations

impl Default for Struct_PPB_Console_1_0

fn default() -> Struct_PPB_Console_1_0

impl ConsoleIf for Struct_PPB_Console_1_0

fn log(&self, inst: PP_Instance, lvl: PP_LogLevel, msg: &Struct_PP_Var)

fn log_with_source(&self, inst: PP_Instance, lvl: PP_LogLevel, src: &Struct_PP_Var, msg: &Struct_PP_Var)

Derived Implementations

impl Copy for Struct_PPB_Console_1_0