pub struct Clipped<'p, P>{ /* private fields */ }Expand description
A painter with a narrowed clip, which it restores when dropped.
Derefs to the painter, so it is used exactly as one.
Trait Implementations§
Auto Trait Implementations§
impl<'p, P> !UnwindSafe for Clipped<'p, P>
impl<'p, P> Freeze for Clipped<'p, P>
impl<'p, P> RefUnwindSafe for Clipped<'p, P>
impl<'p, P> Send for Clipped<'p, P>
impl<'p, P> Sync for Clipped<'p, P>
impl<'p, P> Unpin for Clipped<'p, P>
impl<'p, P> UnsafeUnpin for Clipped<'p, P>
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