#[repr(C)]pub struct tagEMRRESTOREDC {
pub emr: EMR,
pub iRelative: LONG,
}
Fields§
§emr: EMR
§iRelative: LONG
Trait Implementations§
Source§impl Clone for tagEMRRESTOREDC
impl Clone for tagEMRRESTOREDC
Source§fn clone(&self) -> tagEMRRESTOREDC
fn clone(&self) -> tagEMRRESTOREDC
Returns a copy 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 moreSource§impl Debug for tagEMRRESTOREDC
impl Debug for tagEMRRESTOREDC
Source§impl Ord for tagEMRRESTOREDC
impl Ord for tagEMRRESTOREDC
Source§fn cmp(&self, other: &tagEMRRESTOREDC) -> Ordering
fn cmp(&self, other: &tagEMRRESTOREDC) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagEMRRESTOREDC
impl PartialEq for tagEMRRESTOREDC
Source§impl PartialOrd for tagEMRRESTOREDC
impl PartialOrd for tagEMRRESTOREDC
impl Copy for tagEMRRESTOREDC
impl Eq for tagEMRRESTOREDC
impl StructuralPartialEq for tagEMRRESTOREDC
Auto Trait Implementations§
impl Freeze for tagEMRRESTOREDC
impl RefUnwindSafe for tagEMRRESTOREDC
impl Send for tagEMRRESTOREDC
impl Sync for tagEMRRESTOREDC
impl Unpin for tagEMRRESTOREDC
impl UnwindSafe for tagEMRRESTOREDC
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