pub type VipsTargetCustom = _VipsTargetCustom;
Aliased Type§
struct VipsTargetCustom {
pub parent_object: _VipsTarget,
}
Fields§
§parent_object: _VipsTarget
Trait Implementations
Source§impl Clone for _VipsTargetCustom
impl Clone for _VipsTargetCustom
Source§fn clone(&self) -> _VipsTargetCustom
fn clone(&self) -> _VipsTargetCustom
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 more