#[repr(C)]pub struct tagEMRRESTOREDC {
pub emr: EMR,
pub iRelative: LONG,
}Fields§
§emr: EMR§iRelative: LONGTrait Implementations§
Source§impl Clone for tagEMRRESTOREDC
impl Clone for tagEMRRESTOREDC
Source§fn clone(&self) -> tagEMRRESTOREDC
fn clone(&self) -> tagEMRRESTOREDC
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 moreSource§impl Debug for tagEMRRESTOREDC
impl Debug for tagEMRRESTOREDC
impl Copy 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