Struct libwebp_sys::WebPDecBuffer [−][src]
#[repr(C)]pub struct WebPDecBuffer { pub colorspace: WEBP_CSP_MODE, pub width: c_int, pub height: c_int, pub is_external_memory: c_int, pub u: WebPDecBuffer__bindgen_ty_1, pub pad: [u32; 4], pub private_memory: *mut u8, }
Fields
colorspace: WEBP_CSP_MODEwidth: c_intheight: c_intis_external_memory: c_intu: WebPDecBuffer__bindgen_ty_1pad: [u32; 4]private_memory: *mut u8Trait Implementations
impl Clone for WebPDecBuffer[src]
impl Clone for WebPDecBuffer[src]fn clone(&self) -> WebPDecBuffer[src]
fn clone(&self) -> WebPDecBuffer[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for WebPDecBuffer[src]
impl Debug for WebPDecBuffer[src]impl Copy for WebPDecBuffer[src]
Auto Trait Implementations
impl RefUnwindSafe for WebPDecBuffer
impl !Send for WebPDecBuffer
impl !Sync for WebPDecBuffer
impl Unpin for WebPDecBuffer
impl UnwindSafe for WebPDecBuffer
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more