Struct gegl_sys::GeglTileCopyParams
source · #[repr(C)]pub struct GeglTileCopyParams {
pub dst_buffer: *mut GeglBuffer,
pub dst_x: c_int,
pub dst_y: c_int,
pub dst_z: c_int,
}
Fields§
§dst_buffer: *mut GeglBuffer
§dst_x: c_int
§dst_y: c_int
§dst_z: c_int
Trait Implementations§
source§impl Clone for GeglTileCopyParams
impl Clone for GeglTileCopyParams
source§fn clone(&self) -> GeglTileCopyParams
fn clone(&self) -> GeglTileCopyParams
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 GeglTileCopyParams
impl Debug for GeglTileCopyParams
impl Copy for GeglTileCopyParams
Auto Trait Implementations§
impl RefUnwindSafe for GeglTileCopyParams
impl !Send for GeglTileCopyParams
impl !Sync for GeglTileCopyParams
impl Unpin for GeglTileCopyParams
impl UnwindSafe for GeglTileCopyParams
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