#[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_short
§y: c_short
§width: c_ushort
§height: c_ushort
§angle1: c_short
§angle2: c_short
Trait Implementations§
impl Copy for XArc
impl StructuralPartialEq for XArc
Auto Trait Implementations§
impl Freeze for XArc
impl RefUnwindSafe for XArc
impl Send for XArc
impl Sync for XArc
impl Unpin for XArc
impl UnwindSafe for XArc
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)