pub struct UiDebugScrollbarTelemetry {
pub node: NodeId,
pub element: Option<GlobalElementId>,
pub axis: UiDebugScrollAxis,
pub scroll_target: Option<GlobalElementId>,
pub offset: Point,
pub viewport: Size,
pub content: Size,
pub track: Rect,
pub thumb: Option<Rect>,
pub hovered: bool,
pub dragging: bool,
}Fields§
§node: NodeId§element: Option<GlobalElementId>§axis: UiDebugScrollAxis§scroll_target: Option<GlobalElementId>§offset: Point§viewport: Size§content: Size§track: Rect§thumb: Option<Rect>§hovered: bool§dragging: boolTrait Implementations§
Source§impl Clone for UiDebugScrollbarTelemetry
impl Clone for UiDebugScrollbarTelemetry
Source§fn clone(&self) -> UiDebugScrollbarTelemetry
fn clone(&self) -> UiDebugScrollbarTelemetry
Returns a duplicate 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 moreSource§impl Debug for UiDebugScrollbarTelemetry
impl Debug for UiDebugScrollbarTelemetry
impl Copy for UiDebugScrollbarTelemetry
Auto Trait Implementations§
impl Freeze for UiDebugScrollbarTelemetry
impl RefUnwindSafe for UiDebugScrollbarTelemetry
impl Send for UiDebugScrollbarTelemetry
impl Sync for UiDebugScrollbarTelemetry
impl Unpin for UiDebugScrollbarTelemetry
impl UnsafeUnpin for UiDebugScrollbarTelemetry
impl UnwindSafe for UiDebugScrollbarTelemetry
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