Struct libwebp_sys::WebPRGBABuffer [] [src]

#[repr(C)]
pub struct WebPRGBABuffer { pub rgba: *mut u8, pub stride: c_int, pub size: usize, }

Fields

Trait Implementations

impl Debug for WebPRGBABuffer
[src]

[src]

Formats the value using the given formatter.

impl Copy for WebPRGBABuffer
[src]

impl Clone for WebPRGBABuffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more