pub struct ClippingShape { /* private fields */ }
Trait Implementations§
Source§impl Debug for ClippingShape
impl Debug for ClippingShape
Auto Trait Implementations§
impl !Freeze for ClippingShape
impl !RefUnwindSafe for ClippingShape
impl !Send for ClippingShape
impl !Sync for ClippingShape
impl Unpin for ClippingShape
impl !UnwindSafe for ClippingShape
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