#[repr(C)]pub struct sep_image {Show 17 fields
pub data: *const c_void,
pub noise: *const c_void,
pub mask: *const c_void,
pub segmap: *const c_void,
pub dtype: c_int,
pub ndtype: c_int,
pub mdtype: c_int,
pub sdtype: c_int,
pub segids: *mut i64,
pub idcounts: *mut i64,
pub numids: i64,
pub w: i64,
pub h: i64,
pub noiseval: f64,
pub noise_type: c_short,
pub gain: f64,
pub maskthresh: f64,
}Fields§
§data: *const c_void§noise: *const c_void§mask: *const c_void§segmap: *const c_void§dtype: c_int§ndtype: c_int§mdtype: c_int§sdtype: c_int§segids: *mut i64§idcounts: *mut i64§numids: i64§w: i64§h: i64§noiseval: f64§noise_type: c_short§gain: f64§maskthresh: f64Trait Implementations§
impl Copy for sep_image
Auto Trait Implementations§
impl Freeze for sep_image
impl RefUnwindSafe for sep_image
impl !Send for sep_image
impl !Sync for sep_image
impl Unpin for sep_image
impl UnwindSafe for sep_image
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