pub struct GetClippingRectArgs<'a, Element> {
pub element: &'a Element,
pub boundary: Boundary<Element>,
pub root_boundary: RootBoundary,
pub strategy: Strategy,
}
Expand description
Arguments for Platform::get_clipping_rect
.
Fields§
§element: &'a Element
§boundary: Boundary<Element>
§root_boundary: RootBoundary
§strategy: Strategy
Auto Trait Implementations§
impl<'a, Element> Freeze for GetClippingRectArgs<'a, Element>where
Element: Freeze,
impl<'a, Element> RefUnwindSafe for GetClippingRectArgs<'a, Element>where
Element: RefUnwindSafe,
impl<'a, Element> Send for GetClippingRectArgs<'a, Element>
impl<'a, Element> Sync for GetClippingRectArgs<'a, Element>where
Element: Sync,
impl<'a, Element> Unpin for GetClippingRectArgs<'a, Element>where
Element: Unpin,
impl<'a, Element> UnwindSafe for GetClippingRectArgs<'a, Element>where
Element: RefUnwindSafe + UnwindSafe,
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