#[repr(C)]pub struct tagEMRARC {
pub emr: EMR,
pub rclBox: RECTL,
pub ptlStart: POINTL,
pub ptlEnd: POINTL,
}Fields§
§emr: EMR§rclBox: RECTL§ptlStart: POINTL§ptlEnd: POINTLTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for tagEMRARC
impl Send for tagEMRARC
impl Sync for tagEMRARC
impl Unpin for tagEMRARC
impl UnwindSafe for tagEMRARC
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