Struct parallel_image_crop::Crop[][src]

#[repr(C)]
pub struct Crop { pub path: *const c_char, pub crop: *const f32, }

Fields

Trait Implementations

impl Clone for Crop
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Crop

impl !Sync for Crop