#[repr(C)]pub struct GeglPath {
pub parent_instance: GObject,
}Fields§
§parent_instance: GObjectTrait Implementations§
Auto Trait Implementations§
impl Freeze for GeglPath
impl RefUnwindSafe for GeglPath
impl !Send for GeglPath
impl !Sync for GeglPath
impl Unpin for GeglPath
impl UnwindSafe for GeglPath
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