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