#[repr(C)]pub struct PF_PathVertex {
pub x: PF_FpLong,
pub y: PF_FpLong,
pub tan_in_x: PF_FpLong,
pub tan_in_y: PF_FpLong,
pub tan_out_x: PF_FpLong,
pub tan_out_y: PF_FpLong,
}Fields§
§x: PF_FpLong§y: PF_FpLong§tan_in_x: PF_FpLong§tan_in_y: PF_FpLong§tan_out_x: PF_FpLong§tan_out_y: PF_FpLongTrait Implementations§
Source§impl Clone for PF_PathVertex
impl Clone for PF_PathVertex
Source§fn clone(&self) -> PF_PathVertex
fn clone(&self) -> PF_PathVertex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PF_PathVertex
impl Debug for PF_PathVertex
impl Copy for PF_PathVertex
Auto Trait Implementations§
impl Freeze for PF_PathVertex
impl RefUnwindSafe for PF_PathVertex
impl Send for PF_PathVertex
impl Sync for PF_PathVertex
impl Unpin for PF_PathVertex
impl UnwindSafe for PF_PathVertex
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