Struct gdk_x11_sys::xlib::XArc
[−]#[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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more