#[repr(C)]pub struct pixman_gradient_stop {
pub x: pixman_fixed_t,
pub color: pixman_color_t,
}Fields§
§x: pixman_fixed_t§color: pixman_color_tTrait Implementations§
Source§impl Clone for pixman_gradient_stop
impl Clone for pixman_gradient_stop
Source§fn clone(&self) -> pixman_gradient_stop
fn clone(&self) -> pixman_gradient_stop
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for pixman_gradient_stop
Auto Trait Implementations§
impl Freeze for pixman_gradient_stop
impl RefUnwindSafe for pixman_gradient_stop
impl Send for pixman_gradient_stop
impl Sync for pixman_gradient_stop
impl Unpin for pixman_gradient_stop
impl UnsafeUnpin for pixman_gradient_stop
impl UnwindSafe for pixman_gradient_stop
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