Struct ppapi::ConsoleExperimental
[-]
[+]
[src]
pub struct Console(_);
pub struct Console(_);
impl ConsoleInterface for Console
fn log_to_browser(&self, lvl: PP_LogLevel, value: PP_Var)
fn log_with_source<ST: ToVar, VT: ToVar>(&self, lvl: PP_LogLevel, source: ST, value: VT)
fn log<T: ToVar>(&self, lvl: PP_LogLevel, value: T)
impl Copy for Console
impl PartialEq for Console
impl Eq for Console
fn assert_receiver_is_total_eq(&self)
impl Clone for Console
fn clone(&self) -> Console
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).