pub struct PanZoom {
pub pan: Vec2,
pub zoom: f32,
pub clip_rect: Rect,
pub zoomed_style: Arc<Style>,
pub started: bool,
}Fields§
§pan: Vec2§zoom: f32§clip_rect: Rect§zoomed_style: Arc<Style>§started: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PanZoom
impl !RefUnwindSafe for PanZoom
impl Send for PanZoom
impl Sync for PanZoom
impl Unpin for PanZoom
impl UnsafeUnpin for PanZoom
impl !UnwindSafe for PanZoom
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