Trait ppapi::ToFFIBoolExperimental
[-]
[+]
[src]
pub trait ToFFIBool {
fn to_ffi_bool(&self) -> PP_Bool;
}
pub trait ToFFIBool {
fn to_ffi_bool(&self) -> PP_Bool;
}
fn to_ffi_bool(&self) -> PP_Bool
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).