Struct glutin::platform::unix::x11::ffi::_XLinearGradient [−][src]
#[repr(C)]pub struct _XLinearGradient {
pub p1: _XPointFixed,
pub p2: _XPointFixed,
}Fields
p1: _XPointFixedp2: _XPointFixedTrait 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
