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

y: *mut u8u: *mut u8v: *mut u8a: *mut u8y_stride: c_intu_stride: c_intv_stride: c_inta_stride: c_inty_size: usizeu_size: usizev_size: usizea_size: usize

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.