pub struct WebPIDecoder(/* private fields */);
Implementations§
Source§impl WebPIDecoder
impl WebPIDecoder
pub unsafe fn from_raw(raw: NonNull<WebPIDecoder>) -> Self
pub fn into_raw(self) -> NonNull<WebPIDecoder>
pub fn as_ptr(&self) -> *const WebPIDecoder
pub fn as_mut_ptr(&mut self) -> *mut WebPIDecoder
Trait Implementations§
Source§impl Debug for WebPIDecoder
impl Debug for WebPIDecoder
Source§impl Drop for WebPIDecoder
impl Drop for WebPIDecoder
impl RefUnwindSafe for WebPIDecoder
impl Send for WebPIDecoder
impl Sync for WebPIDecoder
impl UnwindSafe for WebPIDecoder
Auto Trait Implementations§
impl Freeze for WebPIDecoder
impl Unpin for WebPIDecoder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more