pub struct PngImage<'t> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'t> Freeze for PngImage<'t>
impl<'t> RefUnwindSafe for PngImage<'t>
impl<'t> Send for PngImage<'t>
impl<'t> Sync for PngImage<'t>
impl<'t> Unpin for PngImage<'t>
impl<'t> UnwindSafe for PngImage<'t>
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