Struct x11::xrender::_XConicalGradient
source · #[repr(C)]pub struct _XConicalGradient {
pub center: XPointFixed,
pub angle: XFixed,
}Fields§
§center: XPointFixed§angle: XFixedTrait Implementations§
source§impl Clone for _XConicalGradient
impl Clone for _XConicalGradient
source§fn clone(&self) -> _XConicalGradient
fn clone(&self) -> _XConicalGradient
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 _XConicalGradient
impl Debug for _XConicalGradient
source§impl PartialEq<_XConicalGradient> for _XConicalGradient
impl PartialEq<_XConicalGradient> for _XConicalGradient
source§fn eq(&self, other: &_XConicalGradient) -> bool
fn eq(&self, other: &_XConicalGradient) -> bool
This method tests for
self and other values to be equal, and is used
by ==.