pub struct Arrow {
pub x: Option<f64>,
pub y: Option<f64>,
pub center_offset: Option<f64>,
pub alignment_offset: Option<f64>,
}
Fields§
§x: Option<f64>
§y: Option<f64>
§center_offset: Option<f64>
§alignment_offset: Option<f64>
Trait Implementations§
Source§impl From<Arrow> for PartialCoords
impl From<Arrow> for PartialCoords
Auto Trait Implementations§
impl Freeze for Arrow
impl RefUnwindSafe for Arrow
impl Send for Arrow
impl Sync for Arrow
impl Unpin for Arrow
impl UnwindSafe for Arrow
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