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
impl Copy for XArc
impl StructuralPartialEq for XArc
Auto Trait Implementations
impl RefUnwindSafe for XArc
impl Send for XArc
impl Sync for XArc
impl Unpin for XArc
impl UnwindSafe for XArc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more