pub struct WebPIDecGetRGBResult<'a> {
pub buf: &'a [u8],
pub last_y: u32,
pub width: u32,
pub height: u32,
pub stride: u32,
}Fields§
§buf: &'a [u8]§last_y: u32§width: u32§height: u32§stride: u32Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for WebPIDecGetRGBResult<'a>
impl<'a> RefUnwindSafe for WebPIDecGetRGBResult<'a>
impl<'a> Send for WebPIDecGetRGBResult<'a>
impl<'a> Sync for WebPIDecGetRGBResult<'a>
impl<'a> Unpin for WebPIDecGetRGBResult<'a>
impl<'a> UnwindSafe for WebPIDecGetRGBResult<'a>
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