#[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: POINTL
Trait Implementations§
Source§impl Ord for tagEMRARC
impl Ord for tagEMRARC
Source§impl PartialOrd for tagEMRARC
impl PartialOrd for tagEMRARC
impl Copy for tagEMRARC
impl Eq for tagEMRARC
impl StructuralPartialEq for tagEMRARC
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