pub struct AutoPanOutcome {
pub plan: AutoPanPlan,
pub transform: ViewportTransform,
}Expand description
Store-applied auto-pan result.
Fields§
§plan: AutoPanPlan§transform: ViewportTransformTrait Implementations§
Source§impl Clone for AutoPanOutcome
impl Clone for AutoPanOutcome
Source§fn clone(&self) -> AutoPanOutcome
fn clone(&self) -> AutoPanOutcome
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 AutoPanOutcome
Source§impl Debug for AutoPanOutcome
impl Debug for AutoPanOutcome
Source§impl<'de> Deserialize<'de> for AutoPanOutcome
impl<'de> Deserialize<'de> for AutoPanOutcome
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AutoPanOutcome
impl PartialEq for AutoPanOutcome
Source§fn eq(&self, other: &AutoPanOutcome) -> bool
fn eq(&self, other: &AutoPanOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AutoPanOutcome
impl Serialize for AutoPanOutcome
impl StructuralPartialEq for AutoPanOutcome
Auto Trait Implementations§
impl Freeze for AutoPanOutcome
impl RefUnwindSafe for AutoPanOutcome
impl Send for AutoPanOutcome
impl Sync for AutoPanOutcome
impl Unpin for AutoPanOutcome
impl UnsafeUnpin for AutoPanOutcome
impl UnwindSafe for AutoPanOutcome
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