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

pub struct Struct_PP_Size {
    pub width: int32_t,
    pub height: int32_t,
}

Fields

width
height

Trait Implementations

impl Default for Struct_PP_Size

fn default() -> Struct_PP_Size

impl Add for Struct_PP_Size

type Output = Struct_PP_Size

fn add(self, rhs: Struct_PP_Size) -> Struct_PP_Size

impl Sub for Struct_PP_Size

type Output = Struct_PP_Size

fn sub(self, rhs: Struct_PP_Size) -> Struct_PP_Size

impl Mul for Struct_PP_Size

type Output = Struct_PP_Size

fn mul(self, rhs: Struct_PP_Size) -> Struct_PP_Size

impl Div for Struct_PP_Size

type Output = Struct_PP_Size

fn div(self, rhs: Struct_PP_Size) -> Struct_PP_Size

Derived Implementations

impl Copy for Struct_PP_Size