Struct gdk_x11_sys::xlib::XArc
source · [−]#[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: i16
y: i16
width: u16
height: u16
angle1: i16
angle2: i16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XArc
impl UnwindSafe for XArc
Blanket Implementations
Mutably borrows from an owned value. Read more