Struct ppapi::ffi::Struct_PP_SizeExperimental
[-]
[+]
[src]
pub struct Struct_PP_Size { pub width: int32_t, pub height: int32_t, }
Fields
width | |
height |
pub struct Struct_PP_Size { pub width: int32_t, pub height: int32_t, }
width | |
height |
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
impl Copy for Struct_PP_Size
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
).