#[repr(C)]pub struct GeglPathList {
pub next: *mut GeglPathList,
pub d: GeglPathItem,
}Fields§
§next: *mut GeglPathList§d: GeglPathItemTrait Implementations§
Source§impl Clone for GeglPathList
impl Clone for GeglPathList
Source§fn clone(&self) -> GeglPathList
fn clone(&self) -> GeglPathList
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 GeglPathList
impl Debug for GeglPathList
impl Copy for GeglPathList
Auto Trait Implementations§
impl Freeze for GeglPathList
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