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