Struct x11_dl::xrender::_XLinearGradient [−][src]
#[repr(C)]pub struct _XLinearGradient {
pub p1: XPointFixed,
pub p2: XPointFixed,
}
Fields
p1: XPointFixed
p2: XPointFixed
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for _XLinearGradient
impl Send for _XLinearGradient
impl Sync for _XLinearGradient
impl Unpin for _XLinearGradient
impl UnwindSafe for _XLinearGradient
Blanket Implementations
Mutably borrows from an owned value. Read more