pub struct DucView {
pub scroll_x: f64,
pub scroll_y: f64,
pub zoom: f64,
pub twist_angle: f64,
pub center_point: DucPoint,
pub scope: String,
}Fields§
§scroll_x: f64§scroll_y: f64§zoom: f64§twist_angle: f64§center_point: DucPoint§scope: StringTrait Implementations§
impl StructuralPartialEq for DucView
Auto Trait Implementations§
impl Freeze for DucView
impl RefUnwindSafe for DucView
impl Send for DucView
impl Sync for DucView
impl Unpin for DucView
impl UnwindSafe for DucView
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