#[repr(C)]pub struct tagEMRSELECTOBJECT {
pub emr: EMR,
pub ihObject: DWORD,
}Fields§
§emr: EMR§ihObject: DWORDTrait Implementations§
Source§impl Clone for tagEMRSELECTOBJECT
impl Clone for tagEMRSELECTOBJECT
Source§fn clone(&self) -> tagEMRSELECTOBJECT
fn clone(&self) -> tagEMRSELECTOBJECT
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 tagEMRSELECTOBJECT
impl Debug for tagEMRSELECTOBJECT
impl Copy for tagEMRSELECTOBJECT
Auto Trait Implementations§
impl Freeze for tagEMRSELECTOBJECT
impl RefUnwindSafe for tagEMRSELECTOBJECT
impl Send for tagEMRSELECTOBJECT
impl Sync for tagEMRSELECTOBJECT
impl Unpin for tagEMRSELECTOBJECT
impl UnwindSafe for tagEMRSELECTOBJECT
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