pub struct ArrowData {
pub x: Option<f64>,
pub y: Option<f64>,
pub center_offset: f64,
pub alignment_offset: Option<f64>,
}
Expand description
Data stored by Arrow
middleware.
Fields§
§x: Option<f64>
§y: Option<f64>
§center_offset: f64
§alignment_offset: Option<f64>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ArrowData
impl<'de> Deserialize<'de> for ArrowData
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
impl StructuralPartialEq for ArrowData
Auto Trait Implementations§
impl Freeze for ArrowData
impl RefUnwindSafe for ArrowData
impl Send for ArrowData
impl Sync for ArrowData
impl Unpin for ArrowData
impl UnwindSafe for ArrowData
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