Struct ppapi::ffi::Struct_PP_PointExperimental
[-]
[+]
[src]
pub struct Struct_PP_Point { pub x: int32_t, pub y: int32_t, }
Fields
x | |
y |
pub struct Struct_PP_Point { pub x: int32_t, pub y: int32_t, }
x | |
y |
impl Default for Struct_PP_Point
fn default() -> Struct_PP_Point
impl Add for Struct_PP_Point
type Output = Struct_PP_Point
fn add(self, rhs: Struct_PP_Point) -> Struct_PP_Point
impl Sub for Struct_PP_Point
type Output = Struct_PP_Point
fn sub(self, rhs: Struct_PP_Point) -> Struct_PP_Point
impl Mul for Struct_PP_Point
type Output = Struct_PP_Point
fn mul(self, rhs: Struct_PP_Point) -> Struct_PP_Point
impl Div for Struct_PP_Point
type Output = Struct_PP_Point
fn div(self, rhs: Struct_PP_Point) -> Struct_PP_Point
impl PartialEq for Struct_PP_Point
fn eq(&self, rhs: &Struct_PP_Point) -> bool
fn ne(&self, other: &Rhs) -> bool
impl Eq for Struct_PP_Point
fn assert_receiver_is_total_eq(&self)
impl Copy for Struct_PP_Point
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
).