Struct gegl_sys::GeglTileBackendClass
source · #[repr(C)]pub struct GeglTileBackendClass {
pub parent_class: GeglTileSourceClass,
pub padding: [gpointer; 4],
}
Fields§
§parent_class: GeglTileSourceClass
§padding: [gpointer; 4]
Trait Implementations§
source§impl Clone for GeglTileBackendClass
impl Clone for GeglTileBackendClass
source§fn clone(&self) -> GeglTileBackendClass
fn clone(&self) -> GeglTileBackendClass
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 GeglTileBackendClass
impl Debug for GeglTileBackendClass
impl Copy for GeglTileBackendClass
Auto Trait Implementations§
impl RefUnwindSafe for GeglTileBackendClass
impl !Send for GeglTileBackendClass
impl !Sync for GeglTileBackendClass
impl Unpin for GeglTileBackendClass
impl UnwindSafe for GeglTileBackendClass
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