Type Alias EMRDELETEOBJECT

Source
pub type EMRDELETEOBJECT = EMRSELECTOBJECT;

Aliased Type§

struct EMRDELETEOBJECT {
    pub emr: EMR,
    pub ihObject: u32,
}

Fields§

§emr: EMR§ihObject: u32

Trait Implementations

Source§

impl Clone for EMRSELECTOBJECT

Source§

fn clone(&self) -> EMRSELECTOBJECT

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for EMRSELECTOBJECT