pub struct ConvertOffsetParentRelativeRectToViewportRelativeRectArgs<'a, Element: Clone + 'static, Window: Clone> {
pub elements: Option<Elements<'a, Element>>,
pub rect: Rect,
pub offset_parent: Option<ElementOrWindow<'a, Element, Window>>,
pub strategy: Strategy,
}
Expand description
Fields§
§elements: Option<Elements<'a, Element>>
§rect: Rect
§offset_parent: Option<ElementOrWindow<'a, Element, Window>>
§strategy: Strategy
Auto Trait Implementations§
impl<'a, Element, Window> Freeze for ConvertOffsetParentRelativeRectToViewportRelativeRectArgs<'a, Element, Window>
impl<'a, Element, Window> !RefUnwindSafe for ConvertOffsetParentRelativeRectToViewportRelativeRectArgs<'a, Element, Window>
impl<'a, Element, Window> !Send for ConvertOffsetParentRelativeRectToViewportRelativeRectArgs<'a, Element, Window>
impl<'a, Element, Window> !Sync for ConvertOffsetParentRelativeRectToViewportRelativeRectArgs<'a, Element, Window>
impl<'a, Element, Window> Unpin for ConvertOffsetParentRelativeRectToViewportRelativeRectArgs<'a, Element, Window>
impl<'a, Element, Window> !UnwindSafe for ConvertOffsetParentRelativeRectToViewportRelativeRectArgs<'a, Element, Window>
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