Struct gegl_sys::GeglProcessor
source · #[repr(C)]pub struct GeglProcessor { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GeglProcessor
impl !Send for GeglProcessor
impl !Sync for GeglProcessor
impl !Unpin for GeglProcessor
impl UnwindSafe for GeglProcessor
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