Struct glutin_glx_sys::XArc [−][src]
#[repr(C)]pub struct XArc {
pub x: i16,
pub y: i16,
pub width: u16,
pub height: u16,
pub angle1: i16,
pub angle2: i16,
}Fields
x: i16y: i16width: u16height: u16angle1: i16angle2: i16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XArc
impl UnwindSafe for XArc
Blanket Implementations
Mutably borrows from an owned value. Read more
