Struct windows_sys::Win32::Graphics::Gdi::EMRANGLEARC
#[repr(C)]pub struct EMRANGLEARC {
pub emr: EMR,
pub ptlCenter: POINTL,
pub nRadius: u32,
pub eStartAngle: f32,
pub eSweepAngle: f32,
}Expand description
Required features: "Win32_Foundation"
Fields§
§emr: EMR§ptlCenter: POINTL§nRadius: u32§eStartAngle: f32§eSweepAngle: f32Trait Implementations§
§impl Clone for EMRANGLEARC
impl Clone for EMRANGLEARC
impl Copy for EMRANGLEARC
Auto Trait Implementations§
impl RefUnwindSafe for EMRANGLEARC
impl Send for EMRANGLEARC
impl Sync for EMRANGLEARC
impl Unpin for EMRANGLEARC
impl UnwindSafe for EMRANGLEARC
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