[−][src]Struct libwebp_sys::WebPYUVABuffer
view as YUVA
Fields
y: *mut u8pointer to luma samples
u: *mut u8pointer to chroma U samples
v: *mut u8pointer to chroma V samples
a: *mut u8pointer to alpha samples
y_stride: c_intluma stride
u_stride: c_intchroma U stride
v_stride: c_intchroma V stride
a_stride: c_intalpha stride
y_size: usizeluma plane size
u_size: usizechroma U plane size
v_size: usizechroma V planes size
a_size: usizealpha-plane size
Trait Implementations
impl Clone for WebPYUVABuffer[src]
fn clone(&self) -> WebPYUVABuffer[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for WebPYUVABuffer[src]
impl Debug for WebPYUVABuffer[src]
Auto Trait Implementations
impl RefUnwindSafe for WebPYUVABuffer
impl !Send for WebPYUVABuffer
impl !Sync for WebPYUVABuffer
impl Unpin for WebPYUVABuffer
impl UnwindSafe for WebPYUVABuffer
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,