Struct glutin::platform::unix::x11::ffi::_XConicalGradient [−][src]
#[repr(C)]pub struct _XConicalGradient {
pub center: _XPointFixed,
pub angle: i32,
}
Fields
center: _XPointFixed
angle: i32
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