pub struct OverflowingScrollNode {
pub child_rect: LayoutRect,
pub parent_external_scroll_id: ExternalScrollId,
pub parent_dom_hash: DomHash,
pub scroll_tag_id: ScrollTagId,
}
Fields§
§child_rect: LayoutRect
§parent_external_scroll_id: ExternalScrollId
§parent_dom_hash: DomHash
§scroll_tag_id: ScrollTagId
Trait Implementations§
Source§impl Clone for OverflowingScrollNode
impl Clone for OverflowingScrollNode
Source§fn clone(&self) -> OverflowingScrollNode
fn clone(&self) -> OverflowingScrollNode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for OverflowingScrollNode
impl RefUnwindSafe for OverflowingScrollNode
impl Send for OverflowingScrollNode
impl Sync for OverflowingScrollNode
impl Unpin for OverflowingScrollNode
impl UnwindSafe for OverflowingScrollNode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)