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