pub struct ThumbnailImage {
pub width: u32,
pub height: u32,
pub pixel_data: Vec<u8>,
}
Fields§
§width: u32
§height: u32
§pixel_data: Vec<u8>
Auto Trait Implementations§
impl Freeze for ThumbnailImage
impl RefUnwindSafe for ThumbnailImage
impl Send for ThumbnailImage
impl Sync for ThumbnailImage
impl Unpin for ThumbnailImage
impl UnwindSafe for ThumbnailImage
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