pub struct DecodedRgba {
pub rgba: Vec<u8>,
pub width: usize,
pub height: usize,
}Fields§
§rgba: Vec<u8>§width: usize§height: usizeAuto Trait Implementations§
impl Freeze for DecodedRgba
impl RefUnwindSafe for DecodedRgba
impl Send for DecodedRgba
impl Sync for DecodedRgba
impl Unpin for DecodedRgba
impl UnsafeUnpin for DecodedRgba
impl UnwindSafe for DecodedRgba
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