Struct gegl_sys::GeglPathList
source · #[repr(C)]pub struct GeglPathList {
pub next: *mut GeglPathList,
pub d: GeglPathItem,
}
Fields§
§next: *mut GeglPathList
§d: GeglPathItem
Trait Implementations§
source§impl Clone for GeglPathList
impl Clone for GeglPathList
source§fn clone(&self) -> GeglPathList
fn clone(&self) -> GeglPathList
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 GeglPathList
impl Debug for GeglPathList
impl Copy for GeglPathList
Auto Trait Implementations§
impl RefUnwindSafe for GeglPathList
impl !Send for GeglPathList
impl !Sync for GeglPathList
impl Unpin for GeglPathList
impl UnwindSafe for GeglPathList
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