pub struct AR2Image {
pub img_bw_blur: Vec<Option<Vec<u8>>>,
pub xsize: i32,
pub ysize: i32,
pub dpi: f32,
}Fields§
§img_bw_blur: Vec<Option<Vec<u8>>>§xsize: i32§ysize: i32§dpi: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for AR2Image
impl RefUnwindSafe for AR2Image
impl Send for AR2Image
impl Sync for AR2Image
impl Unpin for AR2Image
impl UnsafeUnpin for AR2Image
impl UnwindSafe for AR2Image
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