Struct gegl_sys::GeglPathPoint
source · #[repr(C)]pub struct GeglPathPoint {
pub x: c_float,
pub y: c_float,
}
Fields§
§x: c_float
§y: c_float
Trait Implementations§
source§impl Clone for GeglPathPoint
impl Clone for GeglPathPoint
source§fn clone(&self) -> GeglPathPoint
fn clone(&self) -> GeglPathPoint
Returns a copy 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 GeglPathPoint
impl Debug for GeglPathPoint
impl Copy for GeglPathPoint
Auto Trait Implementations§
impl RefUnwindSafe for GeglPathPoint
impl Send for GeglPathPoint
impl Sync for GeglPathPoint
impl Unpin for GeglPathPoint
impl UnwindSafe for GeglPathPoint
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