Struct gegl_sys::GeglPathItem
source · #[repr(C)]pub struct GeglPathItem {
pub type_: c_char,
pub point: [GeglPathPoint; 4],
}
Fields§
§type_: c_char
§point: [GeglPathPoint; 4]
Trait Implementations§
source§impl Clone for GeglPathItem
impl Clone for GeglPathItem
source§fn clone(&self) -> GeglPathItem
fn clone(&self) -> GeglPathItem
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 GeglPathItem
impl Debug for GeglPathItem
impl Copy for GeglPathItem
Auto Trait Implementations§
impl RefUnwindSafe for GeglPathItem
impl Send for GeglPathItem
impl Sync for GeglPathItem
impl Unpin for GeglPathItem
impl UnwindSafe for GeglPathItem
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