#[repr(C)]pub struct tagEMRSELECTOBJECT {
pub emr: EMR,
pub ihObject: DWORD,
}
Fields§
§emr: EMR
§ihObject: DWORD
Trait Implementations§
Source§impl Clone for tagEMRSELECTOBJECT
impl Clone for tagEMRSELECTOBJECT
Source§fn clone(&self) -> tagEMRSELECTOBJECT
fn clone(&self) -> tagEMRSELECTOBJECT
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 tagEMRSELECTOBJECT
impl Debug for tagEMRSELECTOBJECT
Source§impl Ord for tagEMRSELECTOBJECT
impl Ord for tagEMRSELECTOBJECT
Source§fn cmp(&self, other: &tagEMRSELECTOBJECT) -> Ordering
fn cmp(&self, other: &tagEMRSELECTOBJECT) -> 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 tagEMRSELECTOBJECT
impl PartialEq for tagEMRSELECTOBJECT
Source§impl PartialOrd for tagEMRSELECTOBJECT
impl PartialOrd for tagEMRSELECTOBJECT
impl Copy for tagEMRSELECTOBJECT
impl Eq for tagEMRSELECTOBJECT
impl StructuralPartialEq 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