Struct ppapi::imagedata::DescriptionExperimental [-]  [+] [src]

pub struct Description {
    pub format: Format,
    pub size: Size,
    pub line_stride: u32,
}

Fields

format
size
line_stride

Taken from the Google PPAPI docs * This value represents the row width in bytes. This may be different than * width * 4 since there may be padding at the end of the lines.

Methods

impl Description

fn from_ffi(desc: Struct_PP_ImageDataDesc) -> Description

Trait Implementations

Derived Implementations

impl Copy for Description

impl Clone for Description

fn clone(&self) -> Description

fn clone_from(&mut self, source: &Self)