pub struct PreppedImage {
pub patches: Vec<f32>,
pub gh: usize,
pub gw: usize,
}Fields§
§patches: Vec<f32>[gh*gw, 1536] row-major grid order.
gh: usize§gw: usizeImplementations§
Auto Trait Implementations§
impl Freeze for PreppedImage
impl RefUnwindSafe for PreppedImage
impl Send for PreppedImage
impl Sync for PreppedImage
impl Unpin for PreppedImage
impl UnsafeUnpin for PreppedImage
impl UnwindSafe for PreppedImage
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