#[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 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 tagEMRGLSRECORD
impl Debug for tagEMRGLSRECORD
impl Copy 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