#[repr(C)]pub struct _GradientInfo {
pub type_: GradientType,
pub color: PixelPacket,
pub stop: SegmentInfo,
pub length: c_ulong,
pub spread: SpreadMethod,
pub signature: c_ulong,
pub previous: *mut _GradientInfo,
pub next: *mut _GradientInfo,
}Fields§
§type_: GradientType§color: PixelPacket§stop: SegmentInfo§length: c_ulong§spread: SpreadMethod§signature: c_ulong§previous: *mut _GradientInfo§next: *mut _GradientInfoTrait 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
impl Copy 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