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_Pointfn default() -> Struct_PP_Pointimpl Add for Struct_PP_Pointtype Output = Struct_PP_Pointfn add(self, rhs: Struct_PP_Point) -> Struct_PP_Pointimpl Sub for Struct_PP_Pointtype Output = Struct_PP_Pointfn sub(self, rhs: Struct_PP_Point) -> Struct_PP_Pointimpl Mul for Struct_PP_Pointtype Output = Struct_PP_Pointfn mul(self, rhs: Struct_PP_Point) -> Struct_PP_Pointimpl Div for Struct_PP_Pointtype Output = Struct_PP_Pointfn div(self, rhs: Struct_PP_Point) -> Struct_PP_Pointimpl PartialEq for Struct_PP_Pointfn eq(&self, rhs: &Struct_PP_Point) -> boolfn ne(&self, other: &Rhs) -> boolimpl Eq for Struct_PP_Pointfn 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).