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