#[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 duplicate 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
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