[−][src]Struct sixtyfps_corelib::graphics::PathLineTo
PathLineTo describes the event of moving the cursor on the path to the specified location along a straight line.
Fields
x: f32The x coordinate where the line should go to.
y: f32The y coordinate where the line should go to.
Implementations
impl PathLineTo[src]
pub const FIELD_OFFSETS: PathLineToFieldsOffsets[src]
Return a struct containing the offset of for the fields of this struct
Trait Implementations
impl Clone for PathLineTo[src]
fn clone(&self) -> PathLineTo[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for PathLineTo[src]
impl Default for PathLineTo[src]
fn default() -> PathLineTo[src]
impl PartialEq<PathLineTo> for PathLineTo[src]
fn eq(&self, other: &PathLineTo) -> bool[src]
fn ne(&self, other: &PathLineTo) -> bool[src]
impl StructuralPartialEq for PathLineTo[src]
impl<'__dummy_lifetime> Unpin for PathLineTo where
__MustNotImplUnpin<'__dummy_lifetime>: Unpin, [src]
__MustNotImplUnpin<'__dummy_lifetime>: Unpin,
Auto Trait Implementations
impl RefUnwindSafe for PathLineTo
impl Send for PathLineTo
impl Sync for PathLineTo
impl UnwindSafe for PathLineTo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,