pub struct BoxImage { /* private fields */ }
Expand description
Image backed by a Box<[u8]>
.
Implementations§
Trait Implementations§
Source§impl AsImageView for BoxImage
impl AsImageView for BoxImage
Source§fn as_image_view(&self) -> Result<ImageView<'_>, ImageDataError>
fn as_image_view(&self) -> Result<ImageView<'_>, ImageDataError>
Get an image view for the object.
Auto Trait Implementations§
impl Freeze for BoxImage
impl RefUnwindSafe for BoxImage
impl Send for BoxImage
impl Sync for BoxImage
impl Unpin for BoxImage
impl UnwindSafe for BoxImage
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