pub struct SemanticsScroll {
pub x: Option<f64>,
pub x_min: Option<f64>,
pub x_max: Option<f64>,
pub y: Option<f64>,
pub y_min: Option<f64>,
pub y_max: Option<f64>,
}Fields§
§x: Option<f64>§x_min: Option<f64>§x_max: Option<f64>§y: Option<f64>§y_min: Option<f64>§y_max: Option<f64>Trait Implementations§
Source§impl Clone for SemanticsScroll
impl Clone for SemanticsScroll
Source§fn clone(&self) -> SemanticsScroll
fn clone(&self) -> SemanticsScroll
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 SemanticsScroll
impl Debug for SemanticsScroll
Source§impl Default for SemanticsScroll
impl Default for SemanticsScroll
Source§fn default() -> SemanticsScroll
fn default() -> SemanticsScroll
Returns the “default value” for a type. Read more
Source§impl PartialEq for SemanticsScroll
impl PartialEq for SemanticsScroll
impl Copy for SemanticsScroll
impl StructuralPartialEq for SemanticsScroll
Auto Trait Implementations§
impl Freeze for SemanticsScroll
impl RefUnwindSafe for SemanticsScroll
impl Send for SemanticsScroll
impl Sync for SemanticsScroll
impl Unpin for SemanticsScroll
impl UnsafeUnpin for SemanticsScroll
impl UnwindSafe for SemanticsScroll
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