#[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 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 _GradientInfo
impl Debug for _GradientInfo
Source§impl PartialEq for _GradientInfo
impl PartialEq for _GradientInfo
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