pub struct PolygonDebug<'a>(pub &'a Polygon);Tuple Fields§
§0: &'a PolygonTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PolygonDebug<'a>
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>
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