pub struct PixelData { /* private fields */ }
Expand description
Wraps the returned pixeldata
Exposes the data via a reference and cleans up allocated data on c side on drop of the struct
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PixelData
impl RefUnwindSafe for PixelData
impl !Send for PixelData
impl !Sync for PixelData
impl Unpin for PixelData
impl UnwindSafe for PixelData
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