Struct ppapi::ffi::Struct_PP_FloatPointExperimental
[-]
[+]
[src]
pub struct Struct_PP_FloatPoint { pub x: c_float, pub y: c_float, }
Fields
x | |
y |
pub struct Struct_PP_FloatPoint { pub x: c_float, pub y: c_float, }
x | |
y |
impl Default for Struct_PP_FloatPoint
fn default() -> Struct_PP_FloatPoint
impl PartialEq for Struct_PP_FloatPoint
fn eq(&self, rhs: &Struct_PP_FloatPoint) -> bool
fn ne(&self, other: &Rhs) -> bool
impl Eq for Struct_PP_FloatPoint
fn assert_receiver_is_total_eq(&self)
impl Clone for Struct_PP_FloatPoint
fn clone(&self) -> Struct_PP_FloatPoint
fn clone_from(&mut self, source: &Self)
impl Show for Struct_PP_FloatPoint
impl Copy for Struct_PP_FloatPoint
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
).