Struct x11_dl::xlib::XArc [−][src]
#[repr(C)]pub struct XArc {
pub x: c_short,
pub y: c_short,
pub width: c_ushort,
pub height: c_ushort,
pub angle1: c_short,
pub angle2: c_short,
}Fields
x: c_shorty: c_shortwidth: c_ushortheight: c_ushortangle1: c_shortangle2: c_shortTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XArc
impl UnwindSafe for XArc
Blanket Implementations
Mutably borrows from an owned value. Read more
