#[repr(C)]pub struct WebPData {
pub bytes: *const u8,
pub size: usize,
}
Fields§
§bytes: *const u8
§size: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebPData
impl RefUnwindSafe for WebPData
impl !Send for WebPData
impl !Sync for WebPData
impl Unpin for WebPData
impl UnwindSafe for WebPData
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