Struct magick_rust::bindings::_PrimitiveInfo
source · #[repr(C)]pub struct _PrimitiveInfo {
pub point: PointInfo,
pub coordinates: usize,
pub primitive: PrimitiveType,
pub method: PaintMethod,
pub text: *mut c_char,
pub closed_subpath: MagickBooleanType,
}
Fields§
§point: PointInfo
§coordinates: usize
§primitive: PrimitiveType
§method: PaintMethod
§text: *mut c_char
§closed_subpath: MagickBooleanType
Trait Implementations§
source§impl Clone for _PrimitiveInfo
impl Clone for _PrimitiveInfo
source§fn clone(&self) -> _PrimitiveInfo
fn clone(&self) -> _PrimitiveInfo
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 _PrimitiveInfo
impl Debug for _PrimitiveInfo
source§impl PartialEq for _PrimitiveInfo
impl PartialEq for _PrimitiveInfo
source§fn eq(&self, other: &_PrimitiveInfo) -> bool
fn eq(&self, other: &_PrimitiveInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _PrimitiveInfo
impl StructuralPartialEq for _PrimitiveInfo
Auto Trait Implementations§
impl Freeze for _PrimitiveInfo
impl RefUnwindSafe for _PrimitiveInfo
impl !Send for _PrimitiveInfo
impl !Sync for _PrimitiveInfo
impl Unpin for _PrimitiveInfo
impl UnwindSafe for _PrimitiveInfo
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
)