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