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