pub struct PressableIndicatorMetrics {
pub width: f32,
pub height: f32,
}Fields§
§width: f32§height: f32Implementations§
Trait Implementations§
Source§impl Clone for PressableIndicatorMetrics
impl Clone for PressableIndicatorMetrics
Source§fn clone(&self) -> PressableIndicatorMetrics
fn clone(&self) -> PressableIndicatorMetrics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PressableIndicatorMetrics
Source§impl Debug for PressableIndicatorMetrics
impl Debug for PressableIndicatorMetrics
impl StructuralPartialEq for PressableIndicatorMetrics
Auto Trait Implementations§
impl Freeze for PressableIndicatorMetrics
impl RefUnwindSafe for PressableIndicatorMetrics
impl Send for PressableIndicatorMetrics
impl Sync for PressableIndicatorMetrics
impl Unpin for PressableIndicatorMetrics
impl UnsafeUnpin for PressableIndicatorMetrics
impl UnwindSafe for PressableIndicatorMetrics
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