#[repr(C)]pub struct tagEMR {
pub iType: DWORD,
pub nSize: DWORD,
}Fields§
§iType: DWORD§nSize: DWORDTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for tagEMR
impl Send for tagEMR
impl Sync for tagEMR
impl Unpin for tagEMR
impl UnwindSafe for tagEMR
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