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