Struct EMRANGLEARC
#[repr(C)]pub struct EMRANGLEARC {
pub emr: EMR,
pub ptlCenter: POINTL,
pub nRadius: u32,
pub eStartAngle: f32,
pub eSweepAngle: f32,
}
Fields§
§emr: EMR
§ptlCenter: POINTL
§nRadius: u32
§eStartAngle: f32
§eSweepAngle: f32
Trait Implementations§
§impl Clone for EMRANGLEARC
impl Clone for EMRANGLEARC
§fn clone(&self) -> EMRANGLEARC
fn clone(&self) -> EMRANGLEARC
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for EMRANGLEARC
impl Default for EMRANGLEARC
§fn default() -> EMRANGLEARC
fn default() -> EMRANGLEARC
Returns the “default value” for a type. Read more
impl Copy for EMRANGLEARC
Auto Trait Implementations§
impl Freeze for EMRANGLEARC
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