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

pub struct Struct_PP_Point {
    pub x: int32_t,
    pub y: int32_t,
}

Fields

x
y

Trait Implementations

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)

Derived Implementations

impl Copy for Struct_PP_Point