Struct x11_dl::xrender::_XConicalGradient [−][src]
#[repr(C)]pub struct _XConicalGradient {
pub center: XPointFixed,
pub angle: XFixed,
}
Fields
center: XPointFixed
angle: XFixed
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 _XConicalGradient
impl Send for _XConicalGradient
impl Sync for _XConicalGradient
impl Unpin for _XConicalGradient
impl UnwindSafe for _XConicalGradient
Blanket Implementations
Mutably borrows from an owned value. Read more