Struct magick_rust::bindings::_CCObjectInfo
source · #[repr(C)]pub struct _CCObjectInfo {
pub id: isize,
pub bounding_box: RectangleInfo,
pub color: PixelInfo,
pub centroid: PointInfo,
pub area: f64,
pub census: f64,
pub merge: MagickBooleanType,
pub metric: [f64; 16],
pub key: isize,
}
Fields§
§id: isize
§bounding_box: RectangleInfo
§color: PixelInfo
§centroid: PointInfo
§area: f64
§census: f64
§merge: MagickBooleanType
§metric: [f64; 16]
§key: isize
Trait Implementations§
source§impl Clone for _CCObjectInfo
impl Clone for _CCObjectInfo
source§fn clone(&self) -> _CCObjectInfo
fn clone(&self) -> _CCObjectInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _CCObjectInfo
impl Debug for _CCObjectInfo
source§impl PartialEq for _CCObjectInfo
impl PartialEq for _CCObjectInfo
source§fn eq(&self, other: &_CCObjectInfo) -> bool
fn eq(&self, other: &_CCObjectInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _CCObjectInfo
impl StructuralPartialEq for _CCObjectInfo
Auto Trait Implementations§
impl Freeze for _CCObjectInfo
impl RefUnwindSafe for _CCObjectInfo
impl Send for _CCObjectInfo
impl Sync for _CCObjectInfo
impl Unpin for _CCObjectInfo
impl UnwindSafe for _CCObjectInfo
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)