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