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