#[repr(C)]pub struct tagEMRGLSRECORD {
pub emr: EMR,
pub cbData: DWORD,
pub Data: [BYTE; 1],
}
Fields§
§emr: EMR
§cbData: DWORD
§Data: [BYTE; 1]
Trait Implementations§
Source§impl Clone for tagEMRGLSRECORD
impl Clone for tagEMRGLSRECORD
Source§fn clone(&self) -> tagEMRGLSRECORD
fn clone(&self) -> tagEMRGLSRECORD
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 tagEMRGLSRECORD
impl Debug for tagEMRGLSRECORD
Source§impl Ord for tagEMRGLSRECORD
impl Ord for tagEMRGLSRECORD
Source§fn cmp(&self, other: &tagEMRGLSRECORD) -> Ordering
fn cmp(&self, other: &tagEMRGLSRECORD) -> 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 tagEMRGLSRECORD
impl PartialEq for tagEMRGLSRECORD
Source§impl PartialOrd for tagEMRGLSRECORD
impl PartialOrd for tagEMRGLSRECORD
impl Copy for tagEMRGLSRECORD
impl Eq for tagEMRGLSRECORD
impl StructuralPartialEq for tagEMRGLSRECORD
Auto Trait Implementations§
impl Freeze for tagEMRGLSRECORD
impl RefUnwindSafe for tagEMRGLSRECORD
impl Send for tagEMRGLSRECORD
impl Sync for tagEMRGLSRECORD
impl Unpin for tagEMRGLSRECORD
impl UnwindSafe for tagEMRGLSRECORD
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