Struct libwebp_sys::WebPIDecoder
source · [−]#[repr(C)]pub struct WebPIDecoder { /* private fields */ }Trait Implementations
sourceimpl Clone for WebPIDecoder
impl Clone for WebPIDecoder
sourcefn clone(&self) -> WebPIDecoder
fn clone(&self) -> WebPIDecoder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for WebPIDecoder
impl Debug for WebPIDecoder
impl Copy for WebPIDecoder
Auto Trait Implementations
impl RefUnwindSafe for WebPIDecoder
impl Send for WebPIDecoder
impl Sync for WebPIDecoder
impl Unpin for WebPIDecoder
impl UnwindSafe for WebPIDecoder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more