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