#[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 Freeze for tagEMRARC
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