Struct magick_rust::bindings::_GradientInfo
source · #[repr(C)]pub struct _GradientInfo {
pub type_: GradientType,
pub bounding_box: RectangleInfo,
pub gradient_vector: SegmentInfo,
pub stops: *mut StopInfo,
pub number_stops: usize,
pub spread: SpreadMethod,
pub debug: MagickBooleanType,
pub center: PointInfo,
pub radii: PointInfo,
pub radius: f64,
pub angle: f64,
pub signature: usize,
}
Fields§
§type_: GradientType
§bounding_box: RectangleInfo
§gradient_vector: SegmentInfo
§stops: *mut StopInfo
§number_stops: usize
§spread: SpreadMethod
§debug: MagickBooleanType
§center: PointInfo
§radii: PointInfo
§radius: f64
§angle: f64
§signature: usize
Trait Implementations§
source§impl Clone for _GradientInfo
impl Clone for _GradientInfo
source§fn clone(&self) -> _GradientInfo
fn clone(&self) -> _GradientInfo
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 _GradientInfo
impl Debug for _GradientInfo
source§impl PartialEq for _GradientInfo
impl PartialEq for _GradientInfo
source§fn eq(&self, other: &_GradientInfo) -> bool
fn eq(&self, other: &_GradientInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _GradientInfo
impl StructuralPartialEq for _GradientInfo
Auto Trait Implementations§
impl Freeze for _GradientInfo
impl RefUnwindSafe for _GradientInfo
impl !Send for _GradientInfo
impl !Sync for _GradientInfo
impl Unpin for _GradientInfo
impl UnwindSafe for _GradientInfo
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
)