pub struct PngImage {
pub data: Vec<u8>,
/* private fields */
}
Fields§
§data: Vec<u8>
Implementations§
Trait Implementations§
impl Eq for PngImage
impl StructuralPartialEq for PngImage
Auto Trait Implementations§
impl Freeze for PngImage
impl RefUnwindSafe for PngImage
impl Send for PngImage
impl Sync for PngImage
impl Unpin for PngImage
impl UnwindSafe for PngImage
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