Struct libwebp_sys::WebPYUVABuffer [] [src]

#[repr(C)]
pub struct WebPYUVABuffer { pub y: *mut u8, pub u: *mut u8, pub v: *mut u8, pub a: *mut u8, pub y_stride: c_int, pub u_stride: c_int, pub v_stride: c_int, pub a_stride: c_int, pub y_size: usize, pub u_size: usize, pub v_size: usize, pub a_size: usize, }

Fields

Trait Implementations

impl Debug for WebPYUVABuffer
[src]

[src]

Formats the value using the given formatter.

impl Copy for WebPYUVABuffer
[src]

impl Clone for WebPYUVABuffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more