Struct clipper_sys::debug::PolygonDebug [−][src]
pub struct PolygonDebug<'a>(pub &'a Polygon);
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for PolygonDebug<'a>impl<'a> !Send for PolygonDebug<'a>impl<'a> !Sync for PolygonDebug<'a>impl<'a> Unpin for PolygonDebug<'a>impl<'a> UnwindSafe for PolygonDebug<'a>